[Modify] Edit it

master
sta 5 years ago
parent 77632bb5f3
commit cbbdcaaa09

@ -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>

Loading…
Cancel
Save