|
|
|
@ -120,7 +120,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <param name="port">
|
|
|
|
/// <param name="port">
|
|
|
|
/// An <see cref="int"/> that represents the port number on which to listen.
|
|
|
|
/// An <see cref="int"/> that represents the number of 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.
|
|
|
|
|