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