mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 12:53:02 +00:00
Update socket Close to return Task, removed eventhandlers after opening socket
This commit is contained in:
@@ -18,7 +18,7 @@ namespace CryptoExchange.Net.Interfaces
|
||||
|
||||
Task<bool> Connect();
|
||||
void Send(string data);
|
||||
void Close();
|
||||
Task Close();
|
||||
void SetProxy(string host, int port);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user