mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-18 20:02:57 +00:00
Added no data timeout in socket
This commit is contained in:
@@ -23,6 +23,7 @@ namespace CryptoExchange.Net.Interfaces
|
||||
bool PingConnection { get; set; }
|
||||
TimeSpan PingInterval { get; set; }
|
||||
SslProtocols SSLProtocols { get; set; }
|
||||
TimeSpan Timeout { get; set; }
|
||||
Task<bool> Connect();
|
||||
void Send(string data);
|
||||
Task Close();
|
||||
|
||||
Reference in New Issue
Block a user