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
Progress64 event
Fires during data download/upload.
Syntax
- Basic
Private Sub object_Progress(PositionLo, PositionHi, TotalLo, TotalHi)
The Progress64(object,PositionLo,PositionHi,TotalLo,TotalHi) syntax has these parts:
The Progress64(object,PositionLo,PositionHi,TotalLo,TotalHi) syntax has these parts:
object | A wodHttpDLX object. |
PositionLo | A Long value. Lower 32bit part of current amount of data received from the server. |
PositionHi | A Long value. Higher 32bit part of current amount of data received from the server. |
TotalLo | A Long value. Lower 32bit total amount of data expected to arrive from the server |
TotalHi | A Long value. Higher 32bit total amount of data expected to arrive from the server |