[Modify] Polish it
This commit is contained in:
parent
4654252a22
commit
53d2077ca5
@ -55,8 +55,8 @@ namespace WebSocketSharp
|
|||||||
/// greater than this.
|
/// greater than this.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to change this value, you must set this to a value greater than
|
/// If you would like to change this value, you must set this to a value between
|
||||||
/// <c>WebSocket.FragmentLength</c>, and equal to or less than <c>Int64.MaxValue</c>.
|
/// <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static readonly ulong MaxLength = Int64.MaxValue;
|
public static readonly ulong MaxLength = Int64.MaxValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user