[Modify] Edit it
This commit is contained in:
parent
7bbe20d009
commit
21f5b87c88
@ -215,9 +215,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
RedirectKeepVerb = 307,
|
RedirectKeepVerb = 307,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 400.
|
/// Equivalent to status code 400. Indicates that the client's request could
|
||||||
/// Indicates that the client's request couldn't be understood by the server due to
|
/// not be understood by the server due to malformed syntax.
|
||||||
/// malformed syntax.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
BadRequest = 400,
|
BadRequest = 400,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user