HttpHeaders.GetValues(String) メソッド

定義

HttpHeaders コレクションに格納されている指定したヘッダーのすべてのヘッダーの値を返します。

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)

パラメーター

name
String

値を返す指定されたヘッダー。

戻り値

ヘッダー文字列の配列。

例外

ヘッダーが見つかりません。

適用対象