[Modify] Edit it
This commit is contained in:
parent
c86e317ef1
commit
8df303f1f6
@ -2730,16 +2730,15 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Closes the WebSocket connection asynchronously, and releases
|
/// Closes the connection asynchronously.
|
||||||
/// all associated resources.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// This method does nothing if the current state of the connection is
|
/// This method does not wait for the close to be complete.
|
||||||
/// Closing or Closed.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// This method does not wait for the close to be complete.
|
/// And this method does nothing if the current state of
|
||||||
|
/// the connection is Closing or Closed.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public void CloseAsync ()
|
public void CloseAsync ()
|
||||||
|
Loading…
Reference in New Issue
Block a user