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)
ParametroTipoDescrizione
nomeStringaIl nome dell’intestazione.
valoreSystem::SharedPtr<Object>Il valore che deve essere rimosso.

ReturnValue

True quando il valore è stato rimosso con successo, altrimenti false.

Vedi anche