[Modify] Edit it

This commit is contained in:
sta 2017-10-30 15:45:09 +09:00
parent 9649ecb6ec
commit 34e9353962

View File

@ -206,12 +206,13 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <param name="url"> /// <param name="url">
/// <para> /// <para>
/// A <see cref="string"/> that specifies the URL of the WebSocket /// A <see cref="string"/> that specifies the URL to which to connect.
/// server to connect.
/// </para> /// </para>
/// <para> /// <para>
/// The new instance uses a secure connection if the scheme of /// The scheme of the URL must be ws or wss.
/// the URL is wss. /// </para>
/// <para>
/// The new instance uses a secure connection if the scheme is wss.
/// </para> /// </para>
/// </param> /// </param>
/// <param name="protocols"> /// <param name="protocols">