[Modify] Edit it
This commit is contained in:
parent
f3b930f6a6
commit
ef1ef082bc
@ -1171,9 +1171,6 @@ 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="InvalidOperationException">
|
|
||||||
/// The underlying <see cref="TcpListener"/> has failed to stop.
|
|
||||||
/// </exception>
|
|
||||||
public void Stop ()
|
public void Stop ()
|
||||||
{
|
{
|
||||||
if (_state != ServerState.Start)
|
if (_state != ServerState.Start)
|
||||||
|
Loading…
Reference in New Issue
Block a user