
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Start method
Starts WEB server.
Syntax
- Basic
object.Start()
The Start(object) syntax has these parts:
The Start(object) syntax has these parts:
object | An expression evaluating to an object of type wodWebServer |
Remarks
Method Start will make your WEB server 'alive' and force it to:- bind to your local port (default 80 for HTTP protocols, and 443 for secure HTTPS protocol) on selected interface
- listen for incoming connections
- set Activated property to True
- accept incoming connections
- create WebUser object for each new connection, and fill in respective RemoteIP and TimeConnected properties