[Modify] Add it
This commit is contained in:
parent
6689101848
commit
2006f56e97
@ -730,6 +730,11 @@ namespace WebSocketSharp.Server
|
||||
return context.Authenticate (_authSchemes, _realmInUse, _userCredFinder);
|
||||
}
|
||||
|
||||
private bool canSet ()
|
||||
{
|
||||
return _state == ServerState.Ready || _state == ServerState.Stop;
|
||||
}
|
||||
|
||||
private bool canSet (out string message)
|
||||
{
|
||||
message = null;
|
||||
|
Loading…
Reference in New Issue
Block a user