1
0
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:
JKorf
2018-10-04 12:02:36 +02:00
parent 4102d4474e
commit 5380f7dd1d
3 changed files with 4 additions and 1 deletions
@@ -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; }