[Modify] Edit it

This commit is contained in:
sta 2019-07-29 21:41:13 +09:00
parent 710cbbfcef
commit 9da945d4ce

View File

@ -54,12 +54,13 @@ namespace WebSocketSharp
/// </summary>
/// <remarks>
/// <para>
/// A <see cref="WebSocketException"/> will occur if the payload data length is
/// greater than the value of this field.
/// A <see cref="WebSocketException"/> will occur when the length of
/// incoming payload data is greater than the value of this field.
/// </para>
/// <para>
/// If you would like to change the value, you must set it to a value between
/// <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive.
/// If you would like to change the value, you must set it to a value
/// between <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c>
/// inclusive.
/// </para>
/// </remarks>
public static readonly ulong MaxLength;