TcpIpConnection Properties

The properties defined in the TcpIpConnection class are summarized in the following table.

Property Description
authenticationLibrary Contains the name of the library that contains the authentication method
cryptLibrary Contains the name of the library that contains the encryption and decryption methods
decryptMethod Contains the name of the decryption method in the encryption and decryption library
encryptMethod Contains the name of the encryption method in the encryption and decryption library
genAuthChallengeMethod Contains the name of the method used to generate the authentication challenge
genAuthResponseMethod Contains the name of the method used to generate the response from the authentication challenge
localInterface Contains the interface name or IP address of a local network interface
localIpAddress Contains the local IP address
localPort Contains the local service port
networkProxy Contains a reference to the object identifier (oid) of the proxy in the TcpIpConnection class object
port Contains the target service port or listen port
protocolFamily Contains the protocol used by the connection
remoteIpAddress Contains the remote host IP address
remoteName Contains the remote host name
remotePort Contains the port number used on the remote node
resolveRemoteName Specifies whether the remote host name is to be located
usePresentationClient Specifies whether the connection is opened on the thin client or application server
sslContext Causes the core network facilities to use SSL instead of TCP/IP when a connection is active
userObject Contains an object to associate with any TCP/IP connection
verifyAuthResponseMethod Contains the name of the method used to verify the response to the authentication challenge