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

HttpHeaders::SetParsedValue method

Gets a header by the specified name and sets a parsed value to the header.

void System::Net::Http::Headers::HttpHeaders::SetParsedValue(String name, System::SharedPtr<Object> value)
ParameterTypeDescription
nameStringThe header name.
valueSystem::SharedPtr<Object>The value that must be set.

See Also