System::Net::Http::Headers::HttpHeaders::SetParsedValue metodo

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

Vedi anche