[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"/>.
/// </summary>
/// <remarks>
/// The new instance listens for the incoming handshake requests on
/// <paramref name="port"/>.
/// The new instance listens for incoming handshake requests on
/// <see cref="System.Net.IPAddress.Any"/> and <paramref name="port"/>.
/// </remarks>
/// <param name="port">
/// An <see cref="int"/> that represents the number of the port
/// on which to listen.
/// An <see cref="int"/> that represents the number of
/// the port on which to listen.
/// </param>
/// <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>.
/// </param>
/// <exception cref="ArgumentOutOfRangeException">