[Modify] Polish it
This commit is contained in:
parent
6fdef3c7f2
commit
a22bdb9efb
@ -124,11 +124,11 @@ namespace WebSocketSharp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The data will be fragmented if that length is greater than this.
|
/// The data will be fragmented if that length is 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 <c>125</c>
|
/// If you would like to change the value, you must set it to a value between <c>125</c> and
|
||||||
/// and <c>Int32.MaxValue - 14</c> inclusive.
|
/// <c>Int32.MaxValue - 14</c> inclusive.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
internal static readonly int FragmentLength;
|
internal static readonly int FragmentLength;
|
||||||
|
Loading…
Reference in New Issue
Block a user