[Modify] Edit it

master
sta 5 years ago
parent ea080409ab
commit 970ff37a54

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

Loading…
Cancel
Save