Modified MessageEventArgs.cs

This commit is contained in:
sta
2013-05-01 23:37:48 +09:00
parent e0846e1d84
commit e8e7f2cb71
63 changed files with 51 additions and 42 deletions

View File

@@ -35,8 +35,7 @@ namespace WebSocketSharp {
/// </summary>
/// <remarks>
/// The <b>CompressionMethod</b> enumeration contains the values of the compression methods defined in
/// <see href="http://tools.ietf.org/html/draft-tyoshino-hybi-permessage-compression-00">WebSocket Per-message Compression</see>
/// specification for a WebSocket extension.
/// <see href="http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-09">Compression Extensions for WebSocket</see>.
/// </remarks>
public enum CompressionMethod : byte
{