HttpHeaders.GetValues(String) Method

Definition

Returns all header values for a specified header stored in the HttpHeaders collection.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetValues(System::String ^ name);
public System.Collections.Generic.IEnumerable<string> GetValues (string name);
member this.GetValues : string -> seq<string>
Public Function GetValues (name As String) As IEnumerable(Of String)

Parameters

name
String

The specified header to return values for.

Returns

IEnumerable<String>

An array of header strings.

Exceptions

The header cannot be found.

Applies to