[Modify] Edit it

This commit is contained in:
sta 2016-11-02 16:14:40 +09:00
parent 7f7be0d757
commit 4131e2c3e6

View File

@ -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