言語

IRSRequestContext.Headers プロパティ

定義

ヘッダーの集合を取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, cli::array <System::String ^> ^> ^ Headers { System::Collections::Generic::IDictionary<System::String ^, cli::array <System::String ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string[]> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, string[]>
Public ReadOnly Property Headers As IDictionary(Of String, String())

プロパティ値

ヘッダーの集合体です。

適用対象