protocolFamily

Type: Integer

The protocolFamily property of the TcpIpConnection class contains the protocol used by the connection.

The protocolFamily property values are listed in the following table.

Class Constant Integer Value Description
ProtocolFamilyTcpIPv4 0 TCP/IP version 4 protocol
ProtocolFamilyTcpIPv6 1 TCP/IP version 6 protocol
ProtocolFamilyTcpIPAny -1 TCP/IP version 4 or version 6 protocol

If you do not change your code, your existing code runs using TCP/IP version 4 only.

The JadeTcpIpProxy class currently works only with the TCP/IP version 4 protocol.