[Modify] Edit it
This commit is contained in:
parent
b4f0330648
commit
ff6d36eba7
@ -197,19 +197,20 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="WebSocketServer"/> class with
|
/// Initializes a new instance of the <see cref="WebSocketServer"/> class
|
||||||
/// 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 the incoming handshake requests on
|
||||||
/// <paramref name="port"/>.
|
/// <paramref name="port"/>.
|
||||||
/// </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>
|
||||||
/// <param name="secure">
|
/// <param name="secure">
|
||||||
/// A <see cref="bool"/> that specifies providing secure connections or not.
|
/// A <see cref="bool"/>: <c>true</c> if the server provides
|
||||||
/// <c>true</c> specifies providing secure connections.
|
/// secure connections; otherwise, <c>false</c>.
|
||||||
/// </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.
|
||||||
|
Loading…
Reference in New Issue
Block a user