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

Invoke.WebSocket_WriteText

Outputs a string through a connected WebSocket.

Namespace:Fil
Assembly:FilNet.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