mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 12:22:56 +00:00
Added reset to base socket to create a new socket when trying to reconnect
This commit is contained in:
@@ -26,6 +26,7 @@ namespace CryptoExchange.Net.Interfaces
|
||||
TimeSpan Timeout { get; set; }
|
||||
Task<bool> Connect();
|
||||
void Send(string data);
|
||||
void Reset();
|
||||
Task Close();
|
||||
void SetProxy(string host, int port);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user