[Modify] Edit it

This commit is contained in:
sta 2018-07-19 19:51:00 +09:00
parent 4a63fa5035
commit 8f8c123567

View File

@ -2940,16 +2940,15 @@ 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">