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
Secure property
Determines if SSL/TLS communication is used.
Type
A SecureProtocols enumerationSyntax
- Basic
object.Secure [= value]
The Secure(object,value) syntax has these parts:
The Secure(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodHttpDLX. |
value | A SecureProtocols enumeration, as described in settings. |
Remarks
The settings for value are:
Constant | Value | Description |
---|---|---|
ProtNoSSL | 0 | Not using SSL. |
ProtAll | 1 | TLS1/SSL3/SSL2 |
ProtSSL23 | 2 | SSL3/SSL2 |
ProtTLS1 | 3 | TLS1 |
ProtSSL3 | 4 | SSL3 |
ProtSSL2 | 5 | SSL2 |
ProtTLS10 | 6 | TLS1.0 |
ProtTLS11 | 7 | TLS1.1 |
ProtTLS12 | 8 | TLS1.2 |