|
|
|
@ -310,9 +310,9 @@ namespace WebSocketSharp.Net
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
ExpectationFailed = 417,
|
|
|
|
ExpectationFailed = 417,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Equivalent to status code 500.
|
|
|
|
/// Equivalent to status code 500. Indicates that the server encountered
|
|
|
|
/// Indicates that the server encountered an unexpected condition which prevented it from
|
|
|
|
/// an unexpected condition which prevented it from fulfilling the client's
|
|
|
|
/// fulfilling the client's request.
|
|
|
|
/// request.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
InternalServerError = 500,
|
|
|
|
InternalServerError = 500,
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|