System::Net::Http::Headers::HttpHeaders::TryGetValues method
HttpHeaders::TryGetValues method
Tenta di ottenere i valori corrispondenti per il nome specificato.
bool System::Net::Http::Headers::HttpHeaders::TryGetValues(String name, System::SharedPtr<Collections::Generic::IEnumerable<String>> &values)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’intestazione. |
| valori | System::SharedPtr<Collections::Generic::IEnumerable<String>>& | Un’istanza in cui verranno assegnati i valori corrispondenti. |
ReturnValue
True quando i valori dell’intestazione sono trovati con il nome specificato, altrimenti false.
Vedi anche
- Class String
- Typedef SharedPtr
- Class IEnumerable
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++