1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 02:13:01 +00:00
This commit is contained in:
Jan Korf
2022-04-24 15:25:50 +02:00
parent 11c48b3341
commit 536afa92da
3 changed files with 18 additions and 1 deletions
@@ -181,6 +181,15 @@ namespace CryptoExchange.Net.Sockets
return connected;
}
/// <summary>
/// Retrieve the underlying socket
/// </summary>
/// <returns></returns>
public IWebsocket GetSocket()
{
return _socket;
}
/// <summary>
/// Trigger a reconnect of the socket connection
/// </summary>