[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:41:40 +09:00
parent 92c570ebb0
commit bd30b3971c

View File

@ -262,8 +262,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
RequestTimeout = 408, RequestTimeout = 408,
/// <summary> /// <summary>
/// Equivalent to status code 409. /// Equivalent to status code 409. Indicates that the client's request could
/// Indicates that the client's request couldn't be completed due to a conflict on the server. /// not be completed due to a conflict on the server.
/// </summary> /// </summary>
Conflict = 409, Conflict = 409,
/// <summary> /// <summary>