[Modify] Edit it

This commit is contained in:
sta 2017-05-22 14:55:42 +09:00
parent fa2f01e3f7
commit a16927f980

View File

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