[Modify] Add it

master
sta 10 years ago
parent f8955042f7
commit e8cafc37c2

@ -810,6 +810,13 @@ namespace WebSocketSharp
return true; 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 ( private bool checkIfAvailable (
bool client, bool client,
bool server, bool server,

Loading…
Cancel
Save