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
Disconnected event
Fires when wodHttpDLX disconnects from the server.
Syntax
- Basic
Private Sub object_Disconnected(ErrorCode, ErrorText)
The Disconnected(object,ErrorCode,ErrorText) syntax has these parts:
The Disconnected(object,ErrorCode,ErrorText) syntax has these parts:
object | A wodHttpDLX object. |
ErrorCode | A Long value. Holds error number that occured, if any. |
ErrorText | A String value. Holds test descruption of the error. |