WebSocketSend Method (String) |
Namespace: Sfs2X.WebSocketSharp
public void Send( string data )
| Exception | Condition |
|---|---|
| InvalidOperationException | The current state of the connection is not Open. |
| ArgumentNullException | data is . |
| ArgumentException | data could not be UTF-8-encoded. |