Fix a few
This commit is contained in:
parent
5b9d219938
commit
7e319e8c87
@ -215,12 +215,12 @@ namespace WebSocketSharp
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the compression method used to compress the message.
|
/// Gets or sets the compression method used to compress the message on the WebSocket
|
||||||
|
/// connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// One of the <see cref="CompressionMethod"/> enum values, indicates the
|
/// One of the <see cref="CompressionMethod"/> enum values, indicates the compression method
|
||||||
/// compression method used to compress the message. The default value is
|
/// used to compress the message. The default value is <see cref="CompressionMethod.NONE"/>.
|
||||||
/// <see cref="CompressionMethod.NONE"/>.
|
|
||||||
/// </value>
|
/// </value>
|
||||||
public CompressionMethod Compression {
|
public CompressionMethod Compression {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user