GetHeaderStrings()

HttpHeaders::GetHeaderStrings() method

Returns a collection that contains string representations of headers’ values.

System::SharedPtr<Collections::Generic::IEnumerable<Collections::Generic::KeyValuePair<String, String>>> System::Net::Http::Headers::HttpHeaders::GetHeaderStrings()

Return Value

A collection that contains string representations of headers’ values.

See Also