|
|
|
@ -36,13 +36,12 @@ namespace WebSocketSharp
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// The values of the status code are defined in
|
|
|
|
/// The values of the status code are defined in
|
|
|
|
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4">Section 7.4</see>
|
|
|
|
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4">Section 7.4</see> of RFC 6455.
|
|
|
|
/// of RFC 6455.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// "Reserved value" must not be set as a status code in a close control frame
|
|
|
|
/// "Reserved value" must not be set as a status code in a close control frame by
|
|
|
|
/// by an endpoint. It's designated for use in applications expecting a status
|
|
|
|
/// an endpoint. It's designated for use in applications expecting a status code to
|
|
|
|
/// code to indicate that the connection was closed due to the system grounds.
|
|
|
|
/// indicate that the connection was closed due to the system grounds.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
public enum CloseStatusCode : ushort
|
|
|
|
public enum CloseStatusCode : ushort
|
|
|
|
|