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