[Modify] Edit it

This commit is contained in:
sta 2021-07-13 19:38:34 +09:00
parent b67e64c3f9
commit 41fa7bfac0

View File

@ -250,8 +250,7 @@ namespace WebSocketSharp.Server
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="HttpServer"/> class with /// Initializes a new instance of the <see cref="HttpServer"/> class with
/// the specified <paramref name="address"/>, <paramref name="port"/>, /// 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 requests on /// The new instance listens for incoming requests on