System::Net::Http::Headers::HttpHeaders::RemoveParsedValue method
HttpHeaders::RemoveParsedValue method
Ottiene un’intestazione con il nome specificato e rimuove un valore analizzato dall’intestazione.
bool System::Net::Http::Headers::HttpHeaders::RemoveParsedValue(String name, System::SharedPtr<Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome dell’intestazione. |
| valore | System::SharedPtr<Object> | Il valore che deve essere rimosso. |
ReturnValue
True quando il valore è stato rimosso con successo, altrimenti false.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++