[Modify] Edit it
This commit is contained in:
		@@ -54,12 +54,13 @@ namespace WebSocketSharp
 | 
				
			|||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <remarks>
 | 
					    /// <remarks>
 | 
				
			||||||
    ///   <para>
 | 
					    ///   <para>
 | 
				
			||||||
    ///   A <see cref="WebSocketException"/> will occur if the payload data length is
 | 
					    ///   A <see cref="WebSocketException"/> will occur when the length of
 | 
				
			||||||
    ///   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 between
 | 
					    ///   If you would like to change the value, you must set it to a value
 | 
				
			||||||
    ///   <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c> inclusive.
 | 
					    ///   between <c>WebSocket.FragmentLength</c> and <c>Int64.MaxValue</c>
 | 
				
			||||||
 | 
					    ///   inclusive.
 | 
				
			||||||
    ///   </para>
 | 
					    ///   </para>
 | 
				
			||||||
    /// </remarks>
 | 
					    /// </remarks>
 | 
				
			||||||
    public static readonly ulong MaxLength;
 | 
					    public static readonly ulong MaxLength;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user