[Modify] Edit it

This commit is contained in:
sta 2017-07-31 16:31:24 +09:00
parent 899f8c8316
commit 2a89c65762

View File

@ -3726,15 +3726,15 @@ namespace WebSocketSharp
#region Explicit Interface Implementations
/// <summary>
/// Closes the WebSocket connection, and releases all associated resources.
/// Closes the connection and releases all associated resources.
/// </summary>
/// <remarks>
/// <para>
/// This method does nothing if the current state of the connection is
/// Closing or Closed.
/// This method closes the connection with close status 1001 (going away).
/// </para>
/// <para>
/// This method closes the connection with status code 1001 (going away).
/// And this method does nothing if the current state of the connection is
/// Closing or Closed.
/// </para>
/// </remarks>
void IDisposable.Dispose ()