[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:46:17 +09:00
parent b3fa762711
commit 28d468977b

View File

@ -277,9 +277,9 @@ namespace WebSocketSharp.Net
/// </summary>
LengthRequired = 411,
/// <summary>
/// Equivalent to status code 412.
/// Indicates that the precondition given in one or more of the request headers evaluated to
/// false when it was tested on the server.
/// Equivalent to status code 412. Indicates that the precondition given in
/// one or more of the request headers evaluated to false when it was tested
/// on the server.
/// </summary>
PreconditionFailed = 412,
/// <summary>