C-DEngine 5.105

WebSocketSessionManager..::..SendTo Method (String, String)

Sends text 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(
	string data,
	string id
)
Public Sub SendTo ( _
	data As String, _
	id As String _
)
public:
void SendTo(
	String^ data, 
	String^ id
)

Parameters

data
Type: String
A String that represents the text data to send.
id
Type: String
A String that represents the ID of the session to find.