Preparing search index...
The search index is not available
RSX Code Reference
rsx
HTTPRequestProgressReport
Class HTTPRequestProgressReport
Reports the progress of the HTTPRequest operation.
Hierarchy
FrameworkObject
HTTPRequestProgressReport
Index
Constructors
constructor
Accessors
bytes
Read
Or
Written
content
Length
In
Bytes
progress
throughput
In
Bytes
Per
Second
Constructors
Protected
constructor
new HTTPRequest
Progress
Report
(
isInternalConstructor
?
)
:
HTTPRequestProgressReport
Parameters
Optional
isInternalConstructor
:
boolean
Returns
HTTPRequestProgressReport
Accessors
bytes
Read
Or
Written
get
bytesReadOrWritten
(
)
:
number
Returns
number
content
Length
In
Bytes
get
contentLengthInBytes
(
)
:
number
Returns
number
progress
get
progress
(
)
:
number
Returns
number
throughput
In
Bytes
Per
Second
get
throughputInBytesPerSecond
(
)
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
bytes
Read
Or
Written
content
Length
In
Bytes
progress
throughput
In
Bytes
Per
Second
RSX Code Reference
Loading...
Reports the progress of the HTTPRequest operation.