|
|
|
@ -252,8 +252,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
NotAcceptable = 406,
|
|
|
|
NotAcceptable = 406,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 407.
|
|
|
|
/// Equivalent to status code 407. Indicates that the client must first
|
|
|
|
/// Indicates that the client must first authenticate itself with the proxy.
|
|
|
|
/// authenticate itself with the proxy.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
ProxyAuthenticationRequired = 407,
|
|
|
|
ProxyAuthenticationRequired = 407,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|