次の方法で共有


ExchangeServiceBase.HttpHeaders プロパティ

定義

Exchange Web Services (EWS) への要求に関連付けられている HTTP ヘッダーの一覧を取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ HttpHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> HttpHeaders { get; }
Public ReadOnly Property HttpHeaders As IDictionary(Of String, String)

プロパティ値

キーと値のペアとして編成された要求に関連付けられている HTTP ヘッダーの一覧。

適用対象