System::Net::Http::Headers::HttpHeaders::RemoveParsedValue metodo
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 |
|---|---|---|
| name | String | Il nome dell’intestazione. |
| value | System::SharedPtr<Object> | Il valore che deve essere rimosso. |
ReturnValue
Vero quando il valore è stato rimosso con successo, altrimenti falso.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpHeaders
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++