Browse Source

[Modify] Polish it

pull/183/head
sta 10 years ago
parent
commit
5db923d6bd
  1. 7
      websocket-sharp/WebSocket.cs

7
websocket-sharp/WebSocket.cs

@ -285,12 +285,11 @@ namespace WebSocketSharp
#region Public Properties #region Public Properties
/// <summary> /// <summary>
/// Gets or sets the compression method used to compress the message on
/// the WebSocket connection.
/// Gets or sets the compression method used to compress a message on the WebSocket connection.
/// </summary> /// </summary>
/// <value> /// <value>
/// One of the <see cref="CompressionMethod"/> enum values, indicates the compression method
/// used to compress the message. The default value is <see cref="CompressionMethod.None"/>.
/// One of the <see cref="CompressionMethod"/> enum values, specifies the compression method
/// used to compress a message. The default value is <see cref="CompressionMethod.None"/>.
/// </value> /// </value>
public CompressionMethod Compression { public CompressionMethod Compression {
get { get {

Loading…
Cancel
Save