[Modify] Edit it

This commit is contained in:
sta 2017-07-04 16:08:18 +09:00
parent 512758e8d1
commit 5216ee8c8d

View File

@ -82,7 +82,8 @@ namespace WebSocketSharp.Server
/// Initializes a new instance of the <see cref="HttpServer"/> class. /// Initializes a new instance of the <see cref="HttpServer"/> class.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// An instance initialized by this constructor listens for the incoming requests on port 80. /// The new instance listens for incoming requests on
/// <see cref="System.Net.IPAddress.Any"/> and port 80.
/// </remarks> /// </remarks>
public HttpServer () public HttpServer ()
{ {