|
@ -325,10 +325,6 @@ namespace WebSocketSharp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the compression method used to compress a message.
|
|
|
/// Gets or sets the compression method used to compress a message.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <remarks>
|
|
|
|
|
|
/// The set operation works if the current state of the interface is
|
|
|
|
|
|
/// New or Closed.
|
|
|
|
|
|
/// </remarks>
|
|
|
|
|
|
/// <value>
|
|
|
/// <value>
|
|
|
/// <para>
|
|
|
/// <para>
|
|
|
/// One of the <see cref="CompressionMethod"/> enum values.
|
|
|
/// One of the <see cref="CompressionMethod"/> enum values.
|
|
|