mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-17 03:12:56 +00:00
Added Unsubsribe overload with id parameter
This commit is contained in:
@@ -72,7 +72,12 @@ namespace CryptoExchange.Net.Sockets
|
||||
/// <summary>
|
||||
/// The id of the socket
|
||||
/// </summary>
|
||||
public int Id => connection.Socket.Id;
|
||||
public int SocketId => connection.Socket.Id;
|
||||
|
||||
/// <summary>
|
||||
/// The id of the subscription
|
||||
/// </summary>
|
||||
public int Id => subscription.Id;
|
||||
|
||||
/// <summary>
|
||||
/// ctor
|
||||
|
||||
Reference in New Issue
Block a user