[Modify] Edit it
This commit is contained in:
parent
9b65b64692
commit
3479d0a59b
@ -139,7 +139,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The new instance listens for incoming handshake requests on
|
/// The new instance listens for incoming handshake requests on
|
||||||
/// the local IP address of the host of <paramref name="url"/> and
|
/// the IP address of the host of <paramref name="url"/> and
|
||||||
/// the port of <paramref name="url"/>.
|
/// the port of <paramref name="url"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -148,13 +148,12 @@ namespace WebSocketSharp.Server
|
|||||||
/// is wss; otherwise, port 80 is used.
|
/// is wss; otherwise, port 80 is used.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// That instance provides secure connections if the scheme of
|
/// The new instance provides secure connections if the scheme of
|
||||||
/// <paramref name="url"/> is wss.
|
/// <paramref name="url"/> is wss.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
/// A <see cref="string"/> that represents the WebSocket URL
|
/// A <see cref="string"/> that represents the WebSocket URL of the server.
|
||||||
/// 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