Feedback

  • Contents
 

TCP/IP Connection Accepted initiator

When the TCP Listen tool detects a connection, it generates a TcpConnection event. This initiator is designed to detect that connection and start a handler. See TCP/IP tools for more information on using TCP/IP tools. See Introduction to Initiators for more information on using and configuring initiators.

Initiator Properties

Notification Object Type

TCP/IP Connection.

Object ID

Select {all}.

Notification Event

Select TcpConnection.

Outputs

Client Name

This tool queries the remote machine for a client name. If a name is not returned "unknown" is used.

Client IP Address

The IP address of the remote machine. This string value may look something like the following: "172.16.120.10."

TCP Port for connection

The port number for the connection.

Socket handle

The unique identifier for this established connection. Other TCP/IP tools use this handle for sending and receiving strings and integers.

Exit Paths

Start

This initiator always takes the Start exit path.