You are here: Start » AVL.NET » Invoke.WebSocket_WriteText

Invoke.WebSocket_WriteText

Outputs a string through a connected WebSocket.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WebSocket_WriteText
(
	int inWebSocket,
	string inText
)

Parameters

Name Type Range Default Description
inWebSocketintSocket ID.
inTextstringInput string.

See also