System::Net::Http::Headers::HttpHeaders::GetValues method

HttpHeaders::GetValues method

Returns corresponding values by the specified name.

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

ReturnValue

The corresponding values.

See Also