|
|
|
@ -326,9 +326,9 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
BadGateway = 502,
|
|
|
|
BadGateway = 502,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 503.
|
|
|
|
/// Equivalent to status code 503. Indicates that the server is currently
|
|
|
|
/// Indicates that the server is currently unable to handle the client's request due to
|
|
|
|
/// unable to handle the client's request due to a temporary overloading
|
|
|
|
/// a temporary overloading or maintenance of the server.
|
|
|
|
/// or maintenance of the server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
ServiceUnavailable = 503,
|
|
|
|
ServiceUnavailable = 503,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|