1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-16 02:43:00 +00:00

Added ping method to exchange client

This commit is contained in:
Jan Korf
2018-08-12 15:47:07 +02:00
parent e035a34316
commit 25cf530d89
2 changed files with 44 additions and 0 deletions
@@ -18,6 +18,11 @@ namespace CryptoExchange.Net
/// </summary>
public ApiCredentials ApiCredentials { get; set; }
/// <summary>
/// The base address of the client
/// </summary>
public string BaseAddress { get; set; }
/// <summary>
/// Proxy to use
/// </summary>