[Modify] Edit it

This commit is contained in:
sta 2021-09-11 20:37:57 +09:00
parent 3558b4e02d
commit 11160d7704

View File

@ -268,8 +268,7 @@ namespace WebSocketSharp.Server
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="WebSocketServer"/> class /// Initializes a new instance of the <see cref="WebSocketServer"/> class
/// with the specified <paramref name="address"/>, <paramref name="port"/>, /// with the specified IP address, port, and boolean if secure or not.
/// and <paramref name="secure"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The new instance listens for incoming handshake requests on /// The new instance listens for incoming handshake requests on