|
|
|
@ -273,8 +273,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// <paramref name="address"/> and <paramref name="port"/>.
|
|
|
|
/// <paramref name="address"/> and <paramref name="port"/>.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <param name="address">
|
|
|
|
/// <param name="address">
|
|
|
|
/// A <see cref="System.Net.IPAddress"/> that represents
|
|
|
|
/// A <see cref="System.Net.IPAddress"/> that represents the local
|
|
|
|
/// the local IP address on which to listen.
|
|
|
|
/// IP address on which to listen.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <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 the port
|
|
|
|
|