nn::http::Connection::GetProgress Member Functionnn::Result GetProgress( size_t * pReceivedLen, size_t * pContentLen ) const;
| Name | Description | |
|---|---|---|
| out | pReceivedLen | Buffer that stores the amount of message body data that has been received. |
| out | pContentLen | Buffer that stores the total amount of data in the message body to be received (in other words, the Content-Length value of the HTTP response. Returns 0 if Content-Length is not specified.) |
Gets the progress of an operation to receive an HTTP response's message body data.
CONFIDENTIAL