GetValues()

WebHeaderCollection::GetValues(String) method

Returns the collection of the header values.

System::ArrayPtr<System::String> System::Net::WebHeaderCollection::GetValues(String header)

Arguments

ParameterTypeDescription
headerStringThe header for which values must be returned.

Return Value

The collection of the header values.

See Also