[Modify] Edit it

This commit is contained in:
sta 2020-08-02 20:13:39 +09:00
parent 8a395d0b76
commit 889a57b7cc

View File

@ -53,8 +53,8 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
Continue = 100, Continue = 100,
/// <summary> /// <summary>
/// Equivalent to status code 101. /// Equivalent to status code 101. Indicates that the server is switching
/// Indicates that the server is switching the HTTP version or protocol on the connection. /// the HTTP version or protocol on the connection.
/// </summary> /// </summary>
SwitchingProtocols = 101, SwitchingProtocols = 101,
/// <summary> /// <summary>