[Modify] Edit it

This commit is contained in:
sta 2020-08-07 19:40:22 +09:00
parent 3948b2beb5
commit 92c570ebb0

View File

@ -257,9 +257,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
ProxyAuthenticationRequired = 407, ProxyAuthenticationRequired = 407,
/// <summary> /// <summary>
/// Equivalent to status code 408. /// Equivalent to status code 408. Indicates that the client did not produce
/// Indicates that the client didn't produce a request within the time that the server was /// a request within the time that the server was prepared to wait.
/// prepared to wait.
/// </summary> /// </summary>
RequestTimeout = 408, RequestTimeout = 408,
/// <summary> /// <summary>