BindToPrimaryIPAddr (Windows Only)

Specifies whether or not the TIBCO iProcess® Objects Server should bind the TCP and UDP ports to the primary IP address of the machine. Checking this box (value of 1) causes the ports to be bound ONLY to the primary IP address of the machine (this is the behavior of previous releases of the TIBCO iProcess® Objects Server). Not checking this box (value of 0) causes the TCP and UDP ports to be bound to ADDR_ANY. This allows TCP (client) connections to the TIBCO iProcess® Objects Server over any of the network interfaces on the machine, rather than just the primary interface.

If this parameter is set to 1, the SWClientInfo.Name property returns the following information:

<Client IP Address>:<TCP Port #> 

Example: 10.12.84.135:9288

If this parameter is set to 0 (the default), the SWClientInfo.Name property returns the following information:

<Client IP Address>:<TCP Port #> - <Server IP Address>:<TCP Port #>

Example: 10.12.84.135:9288 - 10.12.84.36:1520

Values: 0 or 1
Default: 0