Property MaxMsgSize
MaxMsgSize
The largest message that will be accepted by the Stream. -1 for unlimited.
[JsonPropertyName("max_msg_size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-2147483648, 2147483647)]
public int MaxMsgSize { get; set; }