[Modify] Edit it

This commit is contained in:
sta 2020-08-06 21:26:07 +09:00
parent d39dee1a7a
commit ea080409ab

View File

@ -240,9 +240,9 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
NotFound = 404, NotFound = 404,
/// <summary> /// <summary>
/// Equivalent to status code 405. /// Equivalent to status code 405. Indicates that the method specified
/// Indicates that the method specified in the request line isn't allowed for the resource /// in the request line is not allowed for the resource identified by
/// identified by the request URI. /// the request URI.
/// </summary> /// </summary>
MethodNotAllowed = 405, MethodNotAllowed = 405,
/// <summary> /// <summary>