1
0
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:
Jan Korf
2021-09-05 10:25:12 +02:00
parent 4fe2d8f3a6
commit 8054facdf4
5 changed files with 81 additions and 18 deletions
@@ -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