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
HostCertificate method
Called when remote server provides its certificate.
Syntax
- Basic
object.HostCertificate Owner, Cert, ErrorCode, ErrorText, Accept
The HostCertificate(object,Owner,Cert,ErrorCode,ErrorText,Accept) syntax has these parts:
The HostCertificate(object,Owner,Cert,ErrorCode,ErrorText,Accept) syntax has these parts:
object | An expression evaluating to an object of type wodHttpNotify. |
Owner | Required. A wodHttpDLXCom object. Reference to wodHttpDLXCom instance that called this notification method. |
Cert | Required. An ICertificate object. Reference to object holding server's Certificate. |
ErrorCode | Required. A Long value. Holds error number that occured, if any. |
ErrorText | Required. A String value. Holds test descruption of the error. |
Accept | Required. A Boolean value. When set to False, wodHttpDLX will abort the connection. |