File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments