Metodo System::Net::Http::Headers::HttpHeaders::AddParsedValue

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

Vedi anche