Back to product page

Port property


Port on remote server.

Type

A Long value

Syntax

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

Remarks

This property specifies the port number to use when connecting (see the Connect Method). This normally should be left at the default (port 80).

wodHttpDLX will connect to specified port only if ProxyType is not set. When proxy is selected, ProxyPort property determines port where wodHttpDLX connects - and Port property is just passed to the proxy.

Platforms

Windows