1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 20:33:03 +00:00

Updated logging, added pinging settings to websocket

This commit is contained in:
JKorf
2018-03-21 10:49:08 +01:00
parent 020893fcbf
commit 46a37937e5
7 changed files with 49 additions and 10 deletions
@@ -15,6 +15,8 @@ namespace CryptoExchange.Net.Interfaces
bool IsClosed { get; }
bool IsOpen { get; }
bool PingConnection { get; set; }
TimeSpan PingInterval { get; set; }
Task<bool> Connect();
void Send(string data);