[Modify] Edit it

This commit is contained in:
sta 2016-08-28 16:27:12 +09:00
parent 69a1843d89
commit 7d9501f0cc

View File

@ -2416,10 +2416,11 @@ namespace WebSocketSharp
}
/// <summary>
/// Closes the WebSocket connection asynchronously, and releases all associated resources.
/// Closes the WebSocket connection asynchronously, and releases
/// all associated resources.
/// </summary>
/// <remarks>
/// This method doesn't wait for the close to be complete.
/// This method does not wait for the close to be complete.
/// </remarks>
public void CloseAsync ()
{