wodHttpDLX ActiveX Control - wodHttpDLX Object
    
 
Description

wodHttpDLX Class


Object Model






Members
Methods
Abort Aborts current request.
About Displays About box.
Connect Connects to remote server.
Custom Defines your own HTTP method.
Delete Deletes resource from remote server.
Disconnect Disconnects from remote server.
Get Gets resource from remote server.
Head Gets resource headers from remote server.
Post Posts information on remote server.
Put Sends resource to remote server.
StateString Shows friendly string of a state.
Trace Initiates loopback trace on remote server.

Properties
Authentication Read-write property Determines type of authentication with the web server.
AutoRedirect Read-write property Automatically follows redirections
Blocking Read-write property Selects blocking mode.
CertErrors Read-only property Returns list of certificate errors.
Certificate Read-write property Holds local certificate to be used for authentication.
Compression Read-write property Determines if compression is enabled.
Hostname Read-write property Hostname of remote server.
HTTPversion Read-write property Version of HTTP protocol that is sent to server.
IgnoreCertErrors Read-write property Determines if certificate errors are ignored.
KeepAlive Read-write property Should wodHttpDLX send KeepAlive on remote server.
LastError Read-write property Last error that occured on wodHttpDLX.
LastErrorText Read-only property Friendly text string of last error.
LocalCertBag Read-write property Specifies file with additional certificates.
Login Read-write property Login/Username for web server authentication.
MyHostname Read-write property Holds local computer name.
MyIP Read-write property Holds local IP address.
Notification Read-write property Fast notification interface to use instead of events.
Password Read-write property Password for web server authentication.
Port Read-write property Port on remote server.
ProxyAuthentication Read-write property Determines type of authentication with the proxy server.
ProxyHostname Read-write property Hostname of remote proxy.
ProxyLogin Read-write property Login/Username for remote proxy.
ProxyPassword Read-write property Password for remote proxy.
ProxyPort Read-write property Port on remote proxy.
ProxyType Read-write property Type of proxy used.
Request Read-only property Reference to Request object.
Response Read-only property Reference to Response object.
Secure Read-write property Determines if SSL/TLS communication is used.
State Read-only property Current state of wodHttpDLX component.
Timeout Read-write property Seconds before disconnected due to being idle.
URL Read-write property Universal resource locator - full path of resource.
UseIPv6 Read-write property Determines if IPv6 addresses are allowed.
Version Read-only property Version string.

Events
ClientCertRequired Fires when server requires client certificate.
Connected Fires when wodHttpDLX connects to the server.
Disconnected Fires when wodHttpDLX disconnects from the server.
Done Fires when wodHttpDLX completes request.
HeadersDone Fires when wodHttpDLX finishes receiving headers.
HostCertificate Fires when remote server provides its certificate.
Progress Fires during data download/upload.
Redirect Fires when server redirects us to new URL.
StateChange Fires when wodHttpDLX changes its state.