Back to product page
- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodHttpDLX
- Methods
- Properties
- Authentication
- AutoRedirect
- BindIP
- Blocking
- CertErrors
- Certificate
- Compression
- Hostname
- HTTPversion
- IgnoreCertErrors
- KeepAlive
- LastError
- LastErrorText
- LocalCertBag
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyAuthentication
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- Request
- Response
- Secure
- Socket
- SSLCipherList
- State
- Timeout
- URL
- UseIPv6
- Version
- Events
- wodHttpNotify
- HttpCookie
- HttpCookies
- HttpHeader
- HttpHeaders
- HttpRequest
- HttpRequestFormPost
- HttpRequestFormUpload
- HttpResponse
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Properties
Authentication | Determines type of authentication with the web server. |
AutoRedirect | Automatically follows redirections. |
BindIP | Binds specific interface for outgoing connections. |
Blocking | Selects blocking mode. |
CertErrors | Returns list of certificate errors. |
Certificate | Holds local certificate to be used for authentication. |
Compression | Determines if compression is enabled. |
Hostname | Hostname of remote server. |
HTTPversion | Version of HTTP protocol that is sent to server. |
IgnoreCertErrors | Determines if certificate errors are ignored. |
KeepAlive | Should wodHttpDLX send KeepAlive on remote server. |
LastError | Last error that occured on wodHttpDLX. |
LastErrorText | Friendly text string of last error. |
LocalCertBag | Specifies file with additional certificates. |
Login | Login/Username for web server authentication. |
MyHostname | Holds local computer name. |
MyIP | Holds local IP address. |
Notification | Fast notification interface to use instead of events. |
Password | Password for web server authentication. |
Port | Port on remote server. |
ProxyAuthentication | Determines type of authentication with the proxy server. |
ProxyHostname | Hostname of remote proxy. |
ProxyLogin | Login/Username for remote proxy. |
ProxyPassword | Password for remote proxy. |
ProxyPort | Port on remote proxy. |
ProxyType | Type of proxy used. |
Request | Reference to Request object. |
Response | Reference to Response object. |
Secure | Determines if SSL/TLS communication is used. |
Socket | Returns SOCKET handle. |
SSLCipherList | Determines list of encryption algorithms in HTTPS protocol supported and offered by wodHttpDLX. |
State | Current state of wodHttpDLX component. |
Timeout | Seconds before disconnected due to being idle. |
URL | Universal resource locator - full path of resource. |
UseIPv6 | Determines if IPv6 addresses are allowed. |
Version | Version string. |