WeOnlyDo! wodWebServer ActiveX - Port Property
      
 

Description

Holds local port where WebServer listens.


Property type

A Long value.  


Syntax

object.Port [= value]



The Port Property syntax has these parts:

Part Description
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.