[Modify] Edit it
This commit is contained in:
parent
899f8c8316
commit
2a89c65762
@ -3726,15 +3726,15 @@ namespace WebSocketSharp
|
|||||||
#region Explicit Interface Implementations
|
#region Explicit Interface Implementations
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Closes the WebSocket connection, and releases all associated resources.
|
/// Closes the connection and releases all associated resources.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// This method does nothing if the current state of the connection is
|
/// This method closes the connection with close status 1001 (going away).
|
||||||
/// Closing or Closed.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <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>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
void IDisposable.Dispose ()
|
void IDisposable.Dispose ()
|
||||||
|
Loading…
Reference in New Issue
Block a user