Fix a few
This commit is contained in:
@@ -31,13 +31,13 @@ using System;
|
||||
namespace WebSocketSharp
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains the values of the status codes for the WebSocket connection closure.
|
||||
/// Contains the values of the status code for the WebSocket connection closure.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// The status codes for the WebSocket connection closure are defined in
|
||||
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4.1">RFC 6455</see>
|
||||
/// for the WebSocket protocol.
|
||||
/// The values of the status code are defined in
|
||||
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4">Section 7.4</see>
|
||||
/// of RFC 6455.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// "Reserved value" must not be set as a status code in a close control frame by
|
||||
|
||||
@@ -31,11 +31,11 @@ using System;
|
||||
namespace WebSocketSharp
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains the values of the compression methods used to compress the message on the WebSocket
|
||||
/// Contains the values of the compression method used to compress the message on the WebSocket
|
||||
/// connection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The compression methods are defined in
|
||||
/// The values of the compression method are defined in
|
||||
/// <see href="http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-09">Compression
|
||||
/// Extensions for WebSocket</see>.
|
||||
/// </remarks>
|
||||
|
||||
@@ -31,7 +31,7 @@ using System;
|
||||
namespace WebSocketSharp
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains the values of the logging levels.
|
||||
/// Contains the values of the logging level.
|
||||
/// </summary>
|
||||
public enum LogLevel
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace WebSocketSharp
|
||||
/// Contains the values of the state of the WebSocket connection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The state of the WebSocket connection is defined in
|
||||
/// The values of the state are defined in
|
||||
/// <see href="http://www.w3.org/TR/websockets/#dom-websocket-readystate">The WebSocket
|
||||
/// API</see>.
|
||||
/// </remarks>
|
||||
|
||||
Reference in New Issue
Block a user