[Modify] Edit it

This commit is contained in:
sta 2018-08-04 20:52:23 +09:00
parent 29d9620233
commit 9b725463cf

View File

@ -1480,12 +1480,8 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Stops receiving incoming requests and closes each connection. /// Stops receiving incoming requests.
/// </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 (1001, String.Empty); stop (1001, String.Empty);