[Modify] Edit it
This commit is contained in:
parent
934d143922
commit
051062b7fd
@ -1348,18 +1348,17 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Stops receiving incoming handshake requests and closes each
|
/// Stops receiving incoming handshake requests and closes each connection
|
||||||
/// connection with the specified <paramref name="code"/> and
|
/// with the specified code and reason.
|
||||||
/// <paramref name="reason"/>.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This method does nothing if the server is not started,
|
/// This method does nothing if the server is not started, it is shutting
|
||||||
/// it is shutting down, or it has already stopped.
|
/// down, or it has already stopped.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="code">
|
/// <param name="code">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="ushort"/> that represents the status code
|
/// A <see cref="ushort"/> that represents the status code indicating
|
||||||
/// indicating the reason for the close.
|
/// the reason for the close.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The status codes are defined in
|
/// The status codes are defined in
|
||||||
@ -1394,8 +1393,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// -or-
|
/// -or-
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// <paramref name="code"/> is 1005 (no status) and
|
/// <paramref name="code"/> is 1005 (no status) and there is reason.
|
||||||
/// there is <paramref name="reason"/>.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// -or-
|
/// -or-
|
||||||
|
Loading…
Reference in New Issue
Block a user