|
|
|
@ -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">
|
|
|
|
|