1
0
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:
JKorf
2018-12-04 15:33:13 +01:00
parent 0f594bf8f4
commit f215f3c53f
2 changed files with 30 additions and 1 deletions
@@ -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();