[Modify] Edit it
This commit is contained in:
parent
47d3b96f00
commit
75196169e4
@ -139,9 +139,13 @@ namespace WebSocketSharp.Server
|
|||||||
/// the host name and port of <paramref name="url"/>.
|
/// the host name and port of <paramref name="url"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
|
/// It provides secure connections if the scheme of <paramref name="url"/>
|
||||||
|
/// is wss.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
/// If <paramref name="url"/> includes no port, either port 80 or 443 is
|
/// If <paramref name="url"/> includes no port, either port 80 or 443 is
|
||||||
/// used on which to listen. It is determined by the scheme (ws or wss) of
|
/// used on which to listen. It is determined by the scheme (ws or wss)
|
||||||
/// <paramref name="url"/>.
|
/// of <paramref name="url"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
|
Loading…
Reference in New Issue
Block a user