[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"/>.
|
||||
/// </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
|
||||
/// used on which to listen. It is determined by the scheme (ws or wss) of
|
||||
/// <paramref name="url"/>.
|
||||
/// used on which to listen. It is determined by the scheme (ws or wss)
|
||||
/// of <paramref name="url"/>.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <param name="url">
|
||||
|
Loading…
Reference in New Issue
Block a user