|
|
|
@ -278,8 +278,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// the local IP address on which to listen.
|
|
|
|
/// the local IP address on which to listen.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="port">
|
|
|
|
/// <param name="port">
|
|
|
|
/// An <see cref="int"/> that represents the number of
|
|
|
|
/// An <see cref="int"/> that represents the number of the port
|
|
|
|
/// the port on which to listen.
|
|
|
|
/// on which to listen.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="secure">
|
|
|
|
/// <param name="secure">
|
|
|
|
/// A <see cref="bool"/>: <c>true</c> if the new instance provides
|
|
|
|
/// A <see cref="bool"/>: <c>true</c> if the new instance provides
|
|
|
|
|