You are here: Start » AVL.NET » Invoke.WebSocket_ReadText
Receives a string from a connected WebSocket.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.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 | Atl.Optional<int> | Timeout in milliseconds. Default value: atl::NIL. | ||
![]()  | outText | string | Received string. | 


