[Modify] Add it
This commit is contained in:
parent
bcfae8122f
commit
32889bd503
@ -397,6 +397,11 @@ namespace WebSocketSharp.Server
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private bool canSet ()
|
||||||
|
{
|
||||||
|
return _state == ServerState.Ready || _state == ServerState.Stop;
|
||||||
|
}
|
||||||
|
|
||||||
private bool canSet (out string message)
|
private bool canSet (out string message)
|
||||||
{
|
{
|
||||||
message = null;
|
message = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user