[Modify] Edit it
This commit is contained in:
parent
9649ecb6ec
commit
34e9353962
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user