[Modify] Edit it

This commit is contained in:
sta 2021-07-20 20:00:56 +09:00
parent 79c3fc58cb
commit d6108a327e

View File

@ -56,7 +56,10 @@ namespace WebSocketSharp.Server
/// </summary>
/// <remarks>
/// <para>
/// The server allows to accept WebSocket handshake requests.
/// The server supports HTTP/1.1 version request and response.
/// </para>
/// <para>
/// And the server allows to accept WebSocket handshake requests.
/// </para>
/// <para>
/// This class can provide multiple WebSocket services.