ParseAdd()

HttpHeaderValueCollection::ParseAdd(String) method

Parses a header string representation and adds it to the current collection.

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::ParseAdd(String input)

Arguments

ParameterTypeDescription
inputStringA string representation of a header.

See Also