|
|
|
@ -230,8 +230,8 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
PaymentRequired = 402,
|
|
|
|
PaymentRequired = 402,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 403.
|
|
|
|
/// Equivalent to status code 403. Indicates that the server understood
|
|
|
|
/// Indicates that the server understood the client's request but is refusing to fulfill it.
|
|
|
|
/// the client's request but is refusing to fulfill it.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
Forbidden = 403,
|
|
|
|
Forbidden = 403,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|