Information about the progress of a network request. More...
| Header | #include <Network |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Network | |
| Network | |
| Network | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| qint64 | bytes |
| qint64 | bytes |
| QDate | estimated |
| int | progress |
| QDate | start |
| qint64 | total |
| qint64 | total |
Detailed Description
Member Function Documentation
NetworkRequestProgress::NetworkRequestProgress (Esri::ArcGISRuntime::NetworkRequestProgress &&other)
Move constructor from other NetworkRequestProgress.
NetworkRequestProgress::NetworkRequestProgress (const Esri::ArcGISRuntime::NetworkRequestProgress &other)
Copy constructor from other NetworkRequestProgress.
NetworkRequestProgress::NetworkRequestProgress ()
Default constructor.
Esri::ArcGISRuntime::NetworkRequestProgress &NetworkRequestProgress::operator=(Esri::ArcGISRuntime::NetworkRequestProgress &&other)
Move operator from other NetworkRequestProgress.
Esri::ArcGISRuntime::NetworkRequestProgress &NetworkRequestProgress::operator=(const Esri::ArcGISRuntime::NetworkRequestProgress &other)
Assignment operator from other NetworkRequestProgress.
NetworkRequestProgress::~NetworkRequestProgress ()
Destructor.
qint64 NetworkRequestProgress::bytesReceived () const
Returns the current number of bytes received from the request.
qint64 NetworkRequestProgress::bytesSent () const
Returns the current number of bytes sent from the request.
QDateTime NetworkRequestProgress::estimatedFinishTime () const
Returns the request's estimated completion time.
int NetworkRequestProgress::progressPercentage () const
Returns the request's percent complete value.
QDateTime NetworkRequestProgress::startTime () const
Returns the request's start time.
qint64 NetworkRequestProgress::totalBytesToReceive () const
Returns the total number of bytes to be received.
qint64 NetworkRequestProgress::totalBytesToSend () const
Returns the expected number of bytes to be sent from the request.