[Modify] Edit it
This commit is contained in:
parent
f1d0586270
commit
7f7be0d757
@ -298,11 +298,13 @@ namespace WebSocketSharp
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the compression method used to compress a 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, specifies the compression method
|
/// One of the <see cref="CompressionMethod"/> enum values that specifies
|
||||||
/// used to compress a message. The default value is <see cref="CompressionMethod.None"/>.
|
/// 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…
Reference in New Issue
Block a user