Appearance
Socket Client
Group: IO > Network
Reads and writes data to/from a socket which connects to a server.
Parameters
Protocol type
- Description: Which network protocol to connect to server with
- Automation reference:
SocketType - Type: enumeration
| Identifier | Value | Description |
|---|---|---|
TCP | TCP | |
UDP | UDP |
Server address
- Description: Hostname or IP of server
- Automation reference:
Host - Type: string
Server port
- Description: Port to connect to
- Automation reference:
Port - Type: integer
Receive buffer size
- Description: Number of bytes to read from the server.
- Automation reference:
ReceiveBufferSize - Type: integer
Enable no delay
- Description: Disables Nagle's algorithm
- Automation reference:
NoDelay - Type: boolean