[Modify] Edit it

master
sta 5 years ago
parent ea080409ab
commit 970ff37a54

@ -246,9 +246,9 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
MethodNotAllowed = 405, MethodNotAllowed = 405,
/// <summary> /// <summary>
/// Equivalent to status code 406. /// Equivalent to status code 406. Indicates that the server does not
/// Indicates that the server doesn't have the appropriate resource to respond to the Accept /// have the appropriate resource to respond to the Accept headers in
/// headers in the client's request. /// the client's request.
/// </summary> /// </summary>
NotAcceptable = 406, NotAcceptable = 406,
/// <summary> /// <summary>

Loading…
Cancel
Save