Click or drag to resize

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
C#
public void Send(
	byte[] data
)

Parameters

data
Type: SystemByte
An array of Byte that represents the binary data to send.
Exceptions
ExceptionCondition
InvalidOperationException The current state of the connection is not Open.
ArgumentNullExceptiondata is .
See Also