WebSocketSend Method (Byte) |
Sends the specified data using the WebSocket connection.
Namespace:
Sfs2X.WebSocketSharp
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public void Send(
byte[] data
)
Parameters
- data
- Type: SystemByte
An array of Byte that represents the binary data to send.
Exceptions Exception | Condition |
---|
InvalidOperationException |
The current state of the connection is not Open.
|
ArgumentNullException | data is .
|
See Also