GetValues()

HttpHeaders::GetValues(String) method

Returns corresponding values by the specified name.

System::SharedPtr<Collections::Generic::IEnumerable<String>> System::Net::Http::Headers::HttpHeaders::GetValues(String name)

Arguments

ParameterTypeDescription
nameStringThe header name.

Return Value

The corresponding values.

See Also