Skip to content

Commit 918d8c4

Browse files
committed
[Modify] Edit it
1 parent 8e24e07 commit 918d8c4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,15 +3158,23 @@ public void Connect ()
31583158
/// </summary>
31593159
/// <remarks>
31603160
/// <para>
3161-
/// This method does not wait for the connect to be complete.
3161+
/// This method does not wait for the connect process to be complete.
31623162
/// </para>
31633163
/// <para>
3164-
/// This method does nothing if the current state of the connection is
3165-
/// Open or Closing.
3164+
/// This method does nothing if the connection has already been
3165+
/// established.
31663166
/// </para>
31673167
/// </remarks>
31683168
/// <exception cref="InvalidOperationException">
3169-
/// This instance is not a client.
3169+
/// <para>
3170+
/// This instance is not a client.
3171+
/// </para>
3172+
/// <para>
3173+
/// -or-
3174+
/// </para>
3175+
/// <para>
3176+
/// The close process is in progress.
3177+
/// </para>
31703178
/// </exception>
31713179
public void ConnectAsync ()
31723180
{

0 commit comments

Comments
 (0)