1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 18:33:06 +00:00

Added Exchange property to ISocketClient interface

This commit is contained in:
JKorf
2024-03-16 14:47:12 +01:00
parent 2fb3442800
commit 7f29275851
2 changed files with 6 additions and 1 deletions
@@ -10,6 +10,11 @@ namespace CryptoExchange.Net.Interfaces
/// </summary>
public interface ISocketClient: IDisposable
{
/// <summary>
/// The exchange name
/// </summary>
string Exchange { get; }
/// <summary>
/// The options provided for this client
/// </summary>