[Modify] Edit it

This commit is contained in:
sta 2017-06-01 04:38:54 +09:00
parent 6cfff97441
commit 90ddd792b9

View File

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