1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 11:23:00 +00:00

Updated socketclient

This commit is contained in:
Jan Korf
2019-04-29 08:45:53 +02:00
parent 2c58ef7feb
commit c489b4e9aa
13 changed files with 885 additions and 578 deletions
+2 -3
View File
@@ -14,10 +14,9 @@ namespace CryptoExchange.Net.Interfaces
int Id { get; }
string Origin { get; set; }
bool ShouldReconnect { get; set; }
bool Reconnecting { get; set; }
Func<byte[], string> DataInterpreter { get; set; }
DateTime? DisconnectTime { get; set; }
Func<byte[], string> DataInterpreterBytes { get; set; }
Func<string, string> DataInterpreterString { get; set; }
string Url { get; }
WebSocketState SocketState { get; }
bool IsClosed { get; }