diff --git a/websocket-sharp/WebSocketFrame.cs b/websocket-sharp/WebSocketFrame.cs index 0c02b8d1..8445f147 100644 --- a/websocket-sharp/WebSocketFrame.cs +++ b/websocket-sharp/WebSocketFrame.cs @@ -219,12 +219,6 @@ namespace WebSocketSharp } } - public bool IsPerMessageCompressed { - get { - return (_opcode == Opcode.Binary || _opcode == Opcode.Text) && _rsv1 == Rsv.On; - } - } - public bool IsPing { get { return _opcode == Opcode.Ping;