System::Net::HttpWebResponse::get_Headers method

HttpWebResponse::get_Headers method

Returns the collection of the headers that are associated with the current response.

System::SharedPtr<WebHeaderCollection> System::Net::HttpWebResponse::get_Headers() override

ReturnValue

The collection of the headers that are associated with the current response.

See Also