mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-18 20:02:57 +00:00
Exposed url of websocket
This commit is contained in:
@@ -14,6 +14,7 @@ namespace CryptoExchange.Net.Interfaces
|
||||
event Action<Exception> OnError;
|
||||
event Action OnOpen;
|
||||
|
||||
string Url { get; }
|
||||
WebSocketState SocketState { get; }
|
||||
bool IsClosed { get; }
|
||||
bool IsOpen { get; }
|
||||
|
||||
Reference in New Issue
Block a user