[Modify] Edit it

This commit is contained in:
sta 2017-11-18 15:48:59 +09:00
parent 8e24e07e75
commit 918d8c4795

View File

@ -3158,15 +3158,23 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <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>
/// <para> /// <para>
/// This method does nothing if the current state of the connection is /// This method does nothing if the connection has already been
/// Open or Closing. /// established.
/// </para> /// </para>
/// </remarks> /// </remarks>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// <para>
/// This instance is not a client. /// This instance is not a client.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// The close process is in progress.
/// </para>
/// </exception> /// </exception>
public void ConnectAsync () public void ConnectAsync ()
{ {