|
|
|
@ -2306,12 +2306,12 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Closes the WebSocket connection with the specified <see cref="CloseStatusCode"/>,
|
|
|
|
/// Closes the WebSocket connection with the specified <paramref name="code"/>,
|
|
|
|
/// and releases all associated resources.
|
|
|
|
/// and releases all associated resources.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <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 Close (CloseStatusCode code)
|
|
|
|
public void Close (CloseStatusCode code)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|