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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user