[Modify] Edit it

This commit is contained in:
sta 2017-11-15 16:11:21 +09:00
parent 4299fca67f
commit ae5398b216

View File

@ -3099,11 +3099,15 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Establishes a WebSocket connection. /// Establishes a connection.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method is not available in a server. /// This method does nothing if the current state of the connection is
/// Open or Closing.
/// </remarks> /// </remarks>
/// <exception cref="InvalidOperationException">
/// This instance is not a client.
/// </exception>
public void Connect () public void Connect ()
{ {
if (!_client) { if (!_client) {