[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 namespace WebSocketSharp
{ {
/// <summary> /// <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> /// </summary>
/// <remarks> /// <remarks>
/// The compression methods are defined in /// The compression methods that can be used are defined in
/// <see href="http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-19"> /// <see href="https://tools.ietf.org/html/rfc7692">
/// Compression Extensions for WebSocket</see>. /// Compression Extensions for WebSocket</see>.
/// </remarks> /// </remarks>
public enum CompressionMethod : byte public enum CompressionMethod : byte