1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 12:22:56 +00:00

Added KeepAliveInterval setting for socket connections

This commit is contained in:
Jan Korf
2022-05-23 22:05:04 +02:00
parent f3e1cfef33
commit c4430d63fa
3 changed files with 13 additions and 1 deletions
@@ -77,6 +77,10 @@ namespace CryptoExchange.Net.Interfaces
/// </summary>
TimeSpan Timeout { get; set; }
/// <summary>
/// The interval at which to send a ping frame to the server
/// </summary>
TimeSpan KeepAliveInterval { get; set; }
/// <summary>
/// Set a proxy to use when connecting
/// </summary>
/// <param name="proxy"></param>