[Modify] Edit it
This commit is contained in:
parent
b3fa762711
commit
28d468977b
@ -277,9 +277,9 @@ namespace WebSocketSharp.Net
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
LengthRequired = 411,
|
LengthRequired = 411,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to status code 412.
|
/// Equivalent to status code 412. Indicates that the precondition given in
|
||||||
/// Indicates that the precondition given in one or more of the request headers evaluated to
|
/// one or more of the request headers evaluated to false when it was tested
|
||||||
/// false when it was tested on the server.
|
/// on the server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
PreconditionFailed = 412,
|
PreconditionFailed = 412,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user