System::Net::Http::Headers::HttpHeaders::TryGetValues método
HttpHeaders::TryGetValues method
Intenta obtener los valores correspondientes por el nombre especificado.
bool System::Net::Http::Headers::HttpHeaders::TryGetValues(String name, System::SharedPtr<Collections::Generic::IEnumerable<String>> &values)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | El nombre de la cabecera. |
| valores | System::SharedPtr<Collections::Generic::IEnumerable<String>>& | Una instancia donde se asignarán los valores correspondientes. |
ReturnValue
True cuando se encuentran los valores del encabezado por el nombre especificado, de lo contrario false.
Ver también
- Class String
- Typedef SharedPtr
- Class IEnumerable
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++