ParsedValuesAsList()

HttpHeaders::ParsedValuesAsList(const System::SharedPtr<Object>) method

Converts parsed values to list.

static System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Object>>> System::Net::Http::Headers::HttpHeaders::ParsedValuesAsList(const System::SharedPtr<Object> parsedValues)

Arguments

ParameterTypeDescription
parsedValuesconst System::SharedPtr<Object>Values object to convert.

Return Value

If the passed value is a List instance, returns it; otherwise, returns nullptr.

See Also