[Modify] Edit it
This commit is contained in:
parent
5fa5f505de
commit
20378401bd
@ -138,8 +138,9 @@ namespace WebSocketSharp.Server
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The new instance listens for the incoming handshake requests on
|
/// The new instance listens for incoming handshake requests on
|
||||||
/// the host and port of <paramref name="url"/>.
|
/// the local IP address of the host and the port included in
|
||||||
|
/// <paramref name="url"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It provides secure connections if the scheme of <paramref name="url"/>
|
/// It provides secure connections if the scheme of <paramref name="url"/>
|
||||||
@ -152,7 +153,8 @@ namespace WebSocketSharp.Server
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
/// A <see cref="string"/> that represents the WebSocket URL of the server.
|
/// A <see cref="string"/> that represents the WebSocket URL
|
||||||
|
/// on which to listen.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="url"/> is <see langword="null"/>.
|
/// <paramref name="url"/> is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user