[Modify] Edit it
This commit is contained in:
parent
7f7be0d757
commit
4131e2c3e6
@ -31,11 +31,12 @@ using System;
|
||||
namespace WebSocketSharp
|
||||
{
|
||||
/// <summary>
|
||||
/// Specifies the compression method used to compress a message on the WebSocket connection.
|
||||
/// Specifies the compression method used to compress a message on
|
||||
/// the WebSocket connection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The compression methods are defined in
|
||||
/// <see href="http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-19">
|
||||
/// The compression methods that can be used are defined in
|
||||
/// <see href="https://tools.ietf.org/html/rfc7692">
|
||||
/// Compression Extensions for WebSocket</see>.
|
||||
/// </remarks>
|
||||
public enum CompressionMethod : byte
|
||||
|
Loading…
Reference in New Issue
Block a user