[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>
/// Stops receiving incoming requests and closes each connection.
/// Stops receiving incoming requests.
/// </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 ()
{
stop (1001, String.Empty);