[Modify] Edit it

This commit is contained in:
sta 2017-05-26 14:16:54 +09:00
parent 3ac64830ac
commit 623ea75f4c

View File

@ -1326,8 +1326,8 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Stops receiving the WebSocket handshake requests,
/// and closes the WebSocket connections.
/// Stops receiving incoming handshake requests and
/// closes each connection.
/// </summary>
/// <remarks>
/// This method does nothing if the server is not started,