[Modify] Add it
This commit is contained in:
parent
e188dc3980
commit
6760f3237e
@ -288,6 +288,11 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
#region Private Methods
|
#region Private Methods
|
||||||
|
|
||||||
|
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