[Modify] Edit it
This commit is contained in:
parent
710cbbfcef
commit
9da945d4ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user