System::Net::Http::Headers::HttpHeaders::TryParseAndAddValue method

HttpHeaders::TryParseAndAddValue method

Tries to parse the specified value and add it to the header values.

bool System::Net::Http::Headers::HttpHeaders::TryParseAndAddValue(String name, String value)
ParameterTypeDescription
nameStringThe header name.
valueStringThe value that must be parsed and added.

ReturnValue

True when the value is successfully parsed and added, otherwise false.

See Also