[Modify] Edit it
This commit is contained in:
		@@ -2881,22 +2881,21 @@ namespace WebSocketSharp
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// <summary>
 | 
			
		||||
    /// Closes the connection asynchronously with the specified
 | 
			
		||||
    /// <paramref name="code"/>.
 | 
			
		||||
    /// Closes the connection asynchronously with the specified code.
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    /// <remarks>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   This method does not wait for the close to be complete.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   And this method does nothing if the current state of
 | 
			
		||||
    ///   the connection is Closing or Closed.
 | 
			
		||||
    ///   This method does nothing if the current state of the connection is
 | 
			
		||||
    ///   Closing or Closed.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    /// </remarks>
 | 
			
		||||
    /// <param name="code">
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   A <see cref="ushort"/> that represents the status code
 | 
			
		||||
    ///   indicating the reason for the close.
 | 
			
		||||
    ///   A <see cref="ushort"/> that represents the status code indicating
 | 
			
		||||
    ///   the reason for the close.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   The status codes are defined in
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user