System::Net::WebResponse::get_Headers method

WebResponse::get_Headers method

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

virtual System::SharedPtr<WebHeaderCollection> System::Net::WebResponse::get_Headers()

ReturnValue

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

See Also