[Modify] Edit it
This commit is contained in:
parent
9da945d4ce
commit
9fdc4dc75d
@ -50,7 +50,7 @@ namespace WebSocketSharp
|
|||||||
public static readonly PayloadData Empty;
|
public static readonly PayloadData Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the allowable max length.
|
/// Represents the allowable max length of payload data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -58,9 +58,9 @@ namespace WebSocketSharp
|
|||||||
/// incoming payload data is 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
|
/// If you would like to change the value of this field, it must be
|
||||||
/// between <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c>
|
/// a number between <see cref="WebSocket.FragmentLength"/> and
|
||||||
/// inclusive.
|
/// <see cref="Int64.MaxValue"/> inclusive.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static readonly ulong MaxLength;
|
public static readonly ulong MaxLength;
|
||||||
|
Loading…
Reference in New Issue
Block a user