1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-12-17 03:28:18 +00:00

Update SocketExchangeOptions.cs

This commit is contained in:
Jkorf 2025-12-15 15:24:10 +01:00
parent 98c61490a2
commit 9dd9d22a7e

View File

@ -76,9 +76,9 @@ namespace CryptoExchange.Net.Objects.Options
public int? ReceiveBufferSize { get; set; }
/// <summary>
/// Whether or not to use the updated deserialization logic
/// Whether or not to use the updated deserialization logic, default is true
/// </summary>
public bool UseUpdatedDeserialization { get; set; }
public bool UseUpdatedDeserialization { get; set; } = true;
/// <summary>
/// Create a copy of this options