[Modify] Edit it
This commit is contained in:
parent
9b65b64692
commit
3479d0a59b
@ -139,7 +139,7 @@ namespace WebSocketSharp.Server
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// 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"/>.
|
||||
/// </para>
|
||||
/// <para>
|
||||
@ -148,13 +148,12 @@ namespace WebSocketSharp.Server
|
||||
/// is wss; otherwise, port 80 is used.
|
||||
/// </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.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <param name="url">
|
||||
/// A <see cref="string"/> that represents the WebSocket URL
|
||||
/// on which to listen.
|
||||
/// A <see cref="string"/> that represents the WebSocket URL of the server.
|
||||
/// </param>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <paramref name="url"/> is <see langword="null"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user