|
|
|
@ -1120,6 +1120,9 @@ namespace WebSocketSharp.Server
|
|
|
|
/// This method does nothing if the server is not started,
|
|
|
|
/// This method does nothing if the server is not started,
|
|
|
|
/// it is shutting down, or it has already stopped.
|
|
|
|
/// it is shutting down, or it has already stopped.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
|
|
|
|
/// <exception cref="SocketException">
|
|
|
|
|
|
|
|
/// The underlying <see cref="TcpListener"/> has failed to stop.
|
|
|
|
|
|
|
|
/// </exception>
|
|
|
|
public void Stop ()
|
|
|
|
public void Stop ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
stop (1005, String.Empty);
|
|
|
|
stop (1005, String.Empty);
|
|
|
|
|