Socket Property Page |
Use the Socket property page to configure the following properties for your integration.
Network Socket
Protocol: Specifies the socket protocol to use.
Network Address:
Accept connections on all local network interfaces: Specifies that the socket accepts connections to all network addresses.
Accept connections on specific local address: Specifies that the socket accepts connections to only the local IP address that you specify.
Establish connection to remote machine: Specifies that the socket connects to the specified remote TCP/IP server. Available when Protocol is set to TCP.
Port: Specifies the network address port.
Communication Settings
The following settings are available only when Protocol is set to TCP.
Read Timeout: Specifies the amount of time to wait for the socket to read data.
Write Timeout: Specifies the amount of time to wait for the socket to write data.
Maximum Connections: Specifies the maximum number of connections. Not available when Network Address is set to Establish connection to remote machine.
Reestablish connection after: Specifies the number of seconds that elapse before a connection is reestablished. Available when Network Address is set to Establish connection to remote machine.
Connection Protocol
Send acknowledgement message when client connects: Specifies a message that is sent when the socket connection is made. Enter the response message in the input box. Alternatively, you can add a variable that specifies the message. You can also add a special character to the value that you enter.
|
When Network Address is set to Establish connection to remote machine, this option is labeled Send acknowledgement message when connection is established. |
Related Topics