[Modify] Add it
This commit is contained in:
		@@ -810,6 +810,13 @@ namespace WebSocketSharp
 | 
			
		||||
      return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private bool checkIfAvailable (
 | 
			
		||||
      bool connecting, bool open, bool closing, bool closed, out string message
 | 
			
		||||
    )
 | 
			
		||||
    {
 | 
			
		||||
      return checkIfAvailable (true, true, connecting, open, closing, closed, out message);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private bool checkIfAvailable (
 | 
			
		||||
      bool client,
 | 
			
		||||
      bool server,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user