System::Net::Http::HttpResponseMessage::get_Content method

HttpResponseMessage::get_Content method

Gets content of the HTTP response.

System::SharedPtr<HttpContent> System::Net::Http::HttpResponseMessage::get_Content() const

ReturnValue

Content of the HTTP response.

See Also