get_Headers()

FileWebResponse::get_Headers() method

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

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

Return Value

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

See Also