[Modify] Edit it

master
sta 9 years ago
parent 2786d6501b
commit 13e1914523

@ -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)
{ {

Loading…
Cancel
Save