You are here: Start » FIL.NET » Invoke.WebSocket_ReadText
Receives a string from a connected WebSocket.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void WebSocket_ReadText ( int inWebSocket, Optional<int> inTimeout, out string outText )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWebSocket | int | Socket ID. | ||
![]() | inTimeout | Ftl.Optional<int> | Timeout in milliseconds. Default value: ftl::NIL. | ||
![]() | outText | string | Received string. |