Back to product page

Port property


Holds local port where WebServer listens.

Type

Long

Syntax

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

Remarks

This property specifies port where wodWebServer is listening for incoming connections. Usually you should set port 80. When secure connection is used (by setting Secure property), you should select port 443.

Of course - it is possible to use any other port of your choice, as long as clients are aware of this change.

Note: changing Secure property will also change Port property internally.

Platforms

Windows