HeaderCollection.GetValues

HeaderCollection.GetValues method

Gets the header values.

public string[] GetValues(string name)
ParameterTypeDescription
nameStringThe header name.

Return Value

The collection of header values.

See Also