System::Net::Http::Headers::HttpHeaders::AddParsedValue metodo

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
nameStringIl nome dell’intestazione.
valueSystem::SharedPtr<Object>Il valore che deve essere aggiunto.

Vedi anche