System::Net::Http::Headers::HttpHeaders::GetValues método

HttpHeaders::GetValues method

Devuelve los valores correspondientes por el nombre especificado.

System::SharedPtr<Collections::Generic::IEnumerable<String>> System::Net::Http::Headers::HttpHeaders::GetValues(String name)
ParámetroTipoDescripción
nameStringEl nombre de la cabecera.

ReturnValue

Los valores correspondientes.

Ver también