System::Net::Http::Headers::HttpHeaders::AddParsedValue metodo
HttpHeaders::AddParsedValue method
Ottiene un’intestazione con il nome specificato e aggiunge un valore analizzato all’intestazione.
void System::Net::Http::Headers::HttpHeaders::AddParsedValue(String name, System::SharedPtr<Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| name | String | Il nome dell’intestazione. |
| value | System::SharedPtr<Object> | Il valore che deve essere aggiunto. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++