Browse Source

[Modify] Edit it

pull/475/merge
sta 3 years ago
parent
commit
f6a8ad52f5
  1. 6
      websocket-sharp/WebSocket.cs

6
websocket-sharp/WebSocket.cs

@ -325,15 +325,15 @@ namespace WebSocketSharp
/// Gets or sets the compression method used to compress a message.
/// </summary>
/// <remarks>
/// The set operation does nothing if the connection has already been
/// established or it is closing.
/// The set operation works if the current state of the interface is
/// New or Closed.
/// </remarks>
/// <value>
/// <para>
/// One of the <see cref="CompressionMethod"/> enum values.
/// </para>
/// <para>
/// It specifies the compression method used to compress a message.
/// It represents the compression method used to compress a message.
/// </para>
/// <para>
/// The default value is <see cref="CompressionMethod.None"/>.

Loading…
Cancel
Save