[Modify] Edit it
This commit is contained in:
parent
6cfff97441
commit
90ddd792b9
@ -1014,8 +1014,12 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Stops receiving the incoming requests, and closes the connections.
|
/// Stops receiving incoming requests and closes each connection.
|
||||||
/// </summary>
|
/// </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 ()
|
public void Stop ()
|
||||||
{
|
{
|
||||||
stop (1005, String.Empty);
|
stop (1005, String.Empty);
|
||||||
|
Loading…
Reference in New Issue
Block a user