[Modify] Edit it
This commit is contained in:
parent
9bce5b03f2
commit
8e24e07e75
@ -3124,11 +3124,18 @@ namespace WebSocketSharp
|
|||||||
/// Establishes a connection.
|
/// Establishes a connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This method does nothing if the current state of the connection is
|
/// This method does nothing if the connection has already been established.
|
||||||
/// Open or Closing.
|
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// This instance is not a client.
|
/// <para>
|
||||||
|
/// This instance is not a client.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// -or-
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The close process is in progress.
|
||||||
|
/// </para>
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public void Connect ()
|
public void Connect ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user