System::Net::Http::Headers::HttpHeaders::GetHeaderStrings method

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

ReturnValue

A collection that contains string representations of headers’ values.

See Also