System::Net::Http::HttpResponseMessage::get_Headers method

HttpResponseMessage::get_Headers method

Returns the HTTP content headers.

System::SharedPtr<Headers::HttpResponseHeaders> System::Net::Http::HttpResponseMessage::get_Headers() const

ReturnValue

The HTTP content headers.

See Also