[Modify] Edit it
This commit is contained in:
parent
3eaa7d8f60
commit
b5fdf85b90
@ -198,11 +198,17 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="WebSocket"/> class with
|
/// Initializes a new instance of the <see cref="WebSocket"/> class with
|
||||||
/// <paramref name="url"/> and <paramref name="protocols"/>.
|
/// <paramref name="url"/> and optionally <paramref name="protocols"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
/// A <see cref="string"/> that specifies the URL of the WebSocket
|
/// <para>
|
||||||
/// server to connect.
|
/// A <see cref="string"/> that specifies the URL of the WebSocket
|
||||||
|
/// server to connect.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The new instance uses a secure connection if the scheme of
|
||||||
|
/// the URL is wss.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="protocols">
|
/// <param name="protocols">
|
||||||
/// <para>
|
/// <para>
|
||||||
|
Loading…
Reference in New Issue
Block a user