|
|
|
@ -53,8 +53,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
Continue = 100,
|
|
|
|
Continue = 100,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 101.
|
|
|
|
/// Equivalent to status code 101. Indicates that the server is switching
|
|
|
|
/// Indicates that the server is switching the HTTP version or protocol on the connection.
|
|
|
|
/// the HTTP version or protocol on the connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
SwitchingProtocols = 101,
|
|
|
|
SwitchingProtocols = 101,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|