[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>
ProxyAuthenticationRequired = 407,
/// <summary>
/// Equivalent to status code 408.
/// Indicates that the client didn't produce a request within the time that the server was
/// prepared to wait.
/// Equivalent to status code 408. Indicates that the client did not produce
/// a request within the time that the server was prepared to wait.
/// </summary>
RequestTimeout = 408,
/// <summary>