System::Net::Http::Headers::HttpHeaderValueCollection::ParseAdd method

HttpHeaderValueCollection::ParseAdd method

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

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::ParseAdd(String input)
ParameterTypeDescription
inputStringA string representation of a header.

See Also