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