[Modify] Edit it

This commit is contained in:
sta 2017-01-31 15:48:55 +09:00
parent 47d3b96f00
commit 75196169e4

View File

@ -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">