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
KeepAlive property
Should wodHttpDLX send KeepAlive on remote server.
Syntax
- Basic
object.KeepAlive [= value]
The KeepAlive(object,value) syntax has these parts:
The KeepAlive(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodHttpDLX. |
value | A HttpKeepAlives enumeration, as described in settings. |
Remarks
The settings for value are:Constant | Value | Description |
---|---|---|
Automatic | 0 | Automatically send keep-alives |
Always | 1 | Always send keep-alives |
Never | 2 | Never send keep-alives |