1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Small basesocket changes, added total request prop to rest client

This commit is contained in:
JKorf
2019-01-09 11:40:13 +01:00
parent 2b1c77577c
commit b5a80a3095
5 changed files with 17 additions and 4 deletions
@@ -13,6 +13,7 @@ namespace CryptoExchange.Net.Interfaces
event Action OnOpen;
int Id { get; }
string Origin { get; set; }
bool ShouldReconnect { get; set; }
bool Reconnecting { get; set; }
Func<byte[], string> DataInterpreter { get; set; }