[Modify] Edit it

This commit is contained in:
sta 2017-01-17 15:45:24 +09:00
parent cd017fab27
commit b24ae75f0b

View File

@ -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);