C-DEngine 5.105

WebSocketSessionManager..::..SendTo Method (array<Byte>[]()[][], String)

Sends binary data to the client on the session with the specified id.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SendTo(
	byte[] data,
	string id
)
Public Sub SendTo ( _
	data As Byte(), _
	id As String _
)
public:
void SendTo(
	array<unsigned char^>^ data, 
	String^ id
)

Parameters

data
Type: array<Byte>[]()[][]
An array of Byte that represents the binary data to send.
id
Type: String
A String that represents the ID of the session to find.