[Modify] Edit it
This commit is contained in:
parent
8e24e07e75
commit
918d8c4795
@ -3158,15 +3158,23 @@ namespace WebSocketSharp
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// This method does not wait for the connect to be complete.
|
||||
/// This method does not wait for the connect process to be complete.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// This method does nothing if the current state of the connection is
|
||||
/// Open or Closing.
|
||||
/// This method does nothing if the connection has already been
|
||||
/// established.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <exception cref="InvalidOperationException">
|
||||
/// <para>
|
||||
/// This instance is not a client.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// -or-
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// The close process is in progress.
|
||||
/// </para>
|
||||
/// </exception>
|
||||
public void ConnectAsync ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user