[Modify] Edit it
This commit is contained in:
parent
4299fca67f
commit
ae5398b216
@ -3099,11 +3099,15 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Establishes a WebSocket connection.
|
||||
/// Establishes a connection.
|
||||
/// </summary>
|
||||
/// <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>
|
||||
/// <exception cref="InvalidOperationException">
|
||||
/// This instance is not a client.
|
||||
/// </exception>
|
||||
public void Connect ()
|
||||
{
|
||||
if (!_client) {
|
||||
|
Loading…
Reference in New Issue
Block a user