
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Port property
Holds local port where WebServer listens.
Type
LongSyntax
- Basic
object.Port [= value]
The Port(object,value) syntax has these parts:
The Port(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
value | A 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.