[Modify] Edit it
This commit is contained in:
parent
443469f641
commit
df4b064728
@ -1027,15 +1027,17 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Stops receiving the HTTP requests with the specified <see cref="CloseStatusCode"/> and
|
/// Stops receiving the incoming requests, and closes the connections with
|
||||||
/// <see cref="string"/> used to stop the WebSocket services.
|
/// the specified <paramref name="code"/> and <paramref name="reason"/> for
|
||||||
|
/// the WebSocket connection close.
|
||||||
/// </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 stop.
|
/// the status code indicating the reason for the WebSocket connection close.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="reason">
|
/// <param name="reason">
|
||||||
/// A <see cref="string"/> that represents the reason for the stop.
|
/// A <see cref="string"/> that represents the reason for the WebSocket
|
||||||
|
/// connection close. The size must be 123 bytes or less.
|
||||||
/// </param>
|
/// </param>
|
||||||
public void Stop (CloseStatusCode code, string reason)
|
public void Stop (CloseStatusCode code, string reason)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user