TryParseAdd()

HttpHeaderValueCollection::TryParseAdd(String) method

Tries to parse a header string representation and add it to the current collection.

bool System::Net::Http::Headers::HttpHeaderValueCollection<T>::TryParseAdd(String input)

Arguments

ParameterTypeDescription
inputStringThe header string representation.

Return Value

True when the parsing is successfully done, otherwise false.

See Also