1
0
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:
JKorf
2018-11-27 13:40:28 +01:00
parent 86674c83f5
commit 9648606bdc
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -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();