[Modify] Edit it

This commit is contained in:
sta 2016-08-29 15:58:06 +09:00
parent 2786d6501b
commit 13e1914523

View File

@ -2474,14 +2474,14 @@ namespace WebSocketSharp
/// <summary> /// <summary>
/// Closes the WebSocket connection asynchronously with the specified /// Closes the WebSocket connection asynchronously with the specified
/// <see cref="CloseStatusCode"/>, and releases all associated resources. /// <paramref name="code"/>, and releases all associated resources.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method doesn't wait for the close to be complete. /// This method does not wait for the close to be complete.
/// </remarks> /// </remarks>
/// <param name="code"> /// <param name="code">
/// One of the <see cref="CloseStatusCode"/> enum values, represents the status code indicating /// One of the <see cref="CloseStatusCode"/> enum values that represents
/// the reason for the close. /// the status code indicating the reason for the close.
/// </param> /// </param>
public void CloseAsync (CloseStatusCode code) public void CloseAsync (CloseStatusCode code)
{ {