[Modify] Edit it
This commit is contained in:
parent
4e4d0c5be9
commit
30b7e6937f
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user