System::Net::Http::Headers::HttpHeaders::SetParsedValue method

HttpHeaders::SetParsedValue method

Ottiene un’intestazione con il nome specificato e imposta un valore analizzato sull’intestazione.

void System::Net::Http::Headers::HttpHeaders::SetParsedValue(String name, System::SharedPtr<Object> value)
ParametroTipoDescrizione
nameStringIl nome dell’intestazione.
valueSystem::SharedPtr<Object>Il valore che deve essere impostato.

Vedi anche