[Modify] Edit it
This commit is contained in:
parent
cd017fab27
commit
b24ae75f0b
@ -1020,9 +1020,13 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Stops receiving the WebSocket handshake requests, and closes
|
/// Stops receiving the WebSocket handshake requests,
|
||||||
/// the WebSocket connections.
|
/// and closes the WebSocket connections.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This method does nothing if the server is not started,
|
||||||
|
/// it is shutting down, or it has already stopped.
|
||||||
|
/// </remarks>
|
||||||
public void Stop ()
|
public void Stop ()
|
||||||
{
|
{
|
||||||
stop (1005, String.Empty);
|
stop (1005, String.Empty);
|
||||||
|
Loading…
Reference in New Issue
Block a user