[Modify] Remove it
This commit is contained in:
parent
75faec8860
commit
086b1717c0
@ -219,12 +219,6 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsPerMessageCompressed {
|
|
||||||
get {
|
|
||||||
return (_opcode == Opcode.Binary || _opcode == Opcode.Text) && _rsv1 == Rsv.On;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool IsPing {
|
public bool IsPing {
|
||||||
get {
|
get {
|
||||||
return _opcode == Opcode.Ping;
|
return _opcode == Opcode.Ping;
|
||||||
|
Loading…
Reference in New Issue
Block a user