[Modify] Remove it
This commit is contained in:
parent
dcb8dcef46
commit
3f3bbb39b3
@ -788,25 +788,6 @@ namespace WebSocketSharp.Server
|
||||
return _state == ServerState.Ready || _state == ServerState.Stop;
|
||||
}
|
||||
|
||||
private bool canSet (out string message)
|
||||
{
|
||||
message = null;
|
||||
|
||||
if (_state == ServerState.Start) {
|
||||
message = "The server has already started.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_state == ServerState.ShuttingDown) {
|
||||
message = "The server is shutting down.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
private bool checkCertificate (out string message)
|
||||
{
|
||||
message = null;
|
||||
|
Loading…
Reference in New Issue
Block a user