[Modify] Edit it

This commit is contained in:
sta 2017-05-23 14:52:52 +09:00
parent 20378401bd
commit ada598a2e3

View File

@ -204,15 +204,15 @@ namespace WebSocketSharp.Server
/// with the specified <paramref name="port"/> and <paramref name="secure"/>. /// with the specified <paramref name="port"/> and <paramref name="secure"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// 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"/>.
/// </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>
/// <param name="secure"> /// <param name="secure">
/// A <see cref="bool"/>: <c>true</c> if the server provides /// A <see cref="bool"/>: <c>true</c> if the new instance provides
/// secure connections; otherwise, <c>false</c>. /// secure connections; otherwise, <c>false</c>.
/// </param> /// </param>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">