System::Net::Http::Headers::HttpHeaders::AddParsedValue method

HttpHeaders::AddParsedValue method

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

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

See Also