[Modify] Edit it
This commit is contained in:
parent
a96a0d9264
commit
99ae754ea3
@ -139,18 +139,18 @@ 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 and the port included in
|
/// the local IP address of the host of <paramref name="url"/> and
|
||||||
/// <paramref name="url"/>.
|
/// the port of <paramref name="url"/>.
|
||||||
/// </para>
|
|
||||||
/// <para>
|
|
||||||
/// It provides secure connections if the scheme of <paramref name="url"/>
|
|
||||||
/// is wss.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// Either port 80 or 443 is used if <paramref name="url"/> includes
|
/// Either port 80 or 443 is used if <paramref name="url"/> includes
|
||||||
/// no port. Port 443 is used if the scheme of <paramref name="url"/>
|
/// no port. Port 443 is used if the scheme of <paramref name="url"/>
|
||||||
/// is wss; otherwise, port 80 is used.
|
/// is wss; otherwise, port 80 is used.
|
||||||
/// </para>
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// That instance provides secure connections if the scheme of
|
||||||
|
/// <paramref name="url"/> is wss.
|
||||||
|
/// </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
|
||||||
|
Loading…
Reference in New Issue
Block a user