System::Net::Http::Headers::HttpHeaders::SetOrRemoveParsedValue method
HttpHeaders::SetOrRemoveParsedValue method
Ottiene un’intestazione con il nome specificato e imposta o rimuove il suo valore. Il valore dell’intestazione verrà rimosso quando il parametro ‘value’ è nullptr, altrimenti verrà impostato un valore analizzato.
void System::Net::Http::Headers::HttpHeaders::SetOrRemoveParsedValue(String name, System::SharedPtr<Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’intestazione. |
| valore | System::SharedPtr<Object> | Il valore dell’intestazione. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++