[Modify] Edit it
This commit is contained in:
parent
4299fca67f
commit
ae5398b216
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user