[Modify] Add it

This commit is contained in:
sta 2016-02-10 16:33:58 +09:00
parent 2abe20eb08
commit 7146f6e1da

View File

@ -267,6 +267,13 @@ namespace WebSocketSharp
}
}
// As client
internal bool ExtensionsRequested {
get {
return _compression != CompressionMethod.None;
}
}
internal bool HasMessage {
get {
lock (_forMessageEventQueue)