[Modify] Edit it

This commit is contained in:
sta 2017-05-22 15:02:12 +09:00
parent a16927f980
commit 5fa5f505de

View File

@ -113,16 +113,16 @@ namespace WebSocketSharp.Server
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// The new instance listens for the incoming handshake requests on /// The new instance listens for incoming handshake requests on
/// <paramref name="port"/>. /// <see cref="System.Net.IPAddress.Any"/> and <paramref name="port"/>.
/// </para> /// </para>
/// <para> /// <para>
/// It provides secure connections if <paramref name="port"/> is 443. /// It provides secure connections if <paramref name="port"/> is 443.
/// </para> /// </para>
/// </remarks> /// </remarks>
/// <param name="port"> /// <param name="port">
/// An <see cref="int"/> that represents the number of the port /// An <see cref="int"/> that represents the number of
/// on which to listen. /// the port on which to listen.
/// </param> /// </param>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// <paramref name="port"/> is less than 1 or greater than 65535. /// <paramref name="port"/> is less than 1 or greater than 65535.