Metodo System::Net::Http::Headers::HttpHeaders::GetValues

HttpHeaders::GetValues method

Restituisce i valori corrispondenti per il nome specificato.

System::SharedPtr<Collections::Generic::IEnumerable<String>> System::Net::Http::Headers::HttpHeaders::GetValues(String name)
ParametroTipoDescrizione
nomeStringaIl nome dell’intestazione.

ReturnValue

I valori corrispondenti.

Vedi anche