Share via


http_response::content_ready Method

Signals the user (client) when all the data for this response message has been received.

pplx::task<http::http_response> content_ready() const;

Return Value

A task which is completed when all of the response body has been received.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_response Class