[Modify] Polish it
This commit is contained in:
parent
1ebb9194f2
commit
2dca329d6a
@ -55,10 +55,10 @@ namespace WebSocketSharp
|
|||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="WebSocketException"/> will occur if the payload data length is
|
/// A <see cref="WebSocketException"/> will occur if the payload data length is
|
||||||
/// greater than this.
|
/// greater than the value of this field.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to change this value, you must set this to a value between
|
/// 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.
|
/// <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
|
Loading…
Reference in New Issue
Block a user