get_Headers()

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()

Return Value

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

See Also