Back to product page

BindIP property


Binds specific interface for outgoing connections.

Type

A String value.

Syntax

  • Basic
object.BindIP [= value]
The BindIP(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
valueA string value.

Remarks

The BindIP property determines which local network interface is used to establish connections with the server. If left empty, wodHttpDLX uses windows-selected network interface for outgoing connections. But if you have more than one network card that can access the server, you can force specific one to be used with this property.

Platforms

Windows