WeOnlyDo! wodWebServer ActiveX - wodWebServer Object
    
 
Description

wodWebServer Class


Object Model




Remarks

This is main wodWebServer interface.


Members
Methods
About Displays about box.
Start Starts WEB server.
Stop Stops WEB server.

Properties
Activated Read-only property Determines if WebServer is activated or not.
Authentication Read-write property Determines if authentication is required to access the server.
AuthenticationType Read-write property Determines type of authentication supported by the server.
BindIP Read-write property Determines local interface address that is listening.
Certificate Read-write property Holds certificate/private key information.
Compression Read-write property Determines if http protocol compression is enabled.
DocumentRoot Read-write property Holds root path for documents visible to clients.
ISAPI Read-only property Returns collections of ISAPI filters and extensions.
MyHostname Read-write property Holds hostname of local computer.
MyIP Read-write property Holds IP address of local computer.
Notification Read-write property Fast notification interface to use instead of events.
Port Read-write property Holds local port where WebServer listens.
Secure Read-write property Determines if secure (SSL/TLS) protocol is used.
ServerName Read-write property Holds name of the server to be shown to clients.
SessionTimeout Read-write property Holds timeout value for sessions, in seconds.
Threads Read-write property Determines if clients are accepted in separate threads.
Timeout Read-write property Timeout value, in seconds.
UseIPv6 Read-write property Determines if wodWebServer uses IPv6 protocol.
Users Read-only property Holds reference to collection of currently connected users.
Version Read-write property Holds version information.

Events
CGIStart Fires when CGI script is ready to be started.
CGIStop Fires when CGI finishes its execution.
RequestDone Fires when wodWebServer receives request headers from the user.
RequestHeaders Fires when wodWebServer receives request headers from the user.
ResponseDone Fires when wodWebServer completes sending response to the user.
RunScript Fired when script is found inside response body.
StateChange Fires when users state changes.
UploadFilename Fires when server needs new name for the file currently being uploaded.
UserAuthenticate Fires when user wants to authenticate.
UserConnected Fires when user connects to wodWebServer.
UserDisconnected Fires when user disconnects from wodWebServer.