OperationContext.UserHeaders プロパティ

定義

プロキシやログ情報などの要求の追加ヘッダーを取得または設定します。

public System.Collections.Generic.IDictionary<string,string> UserHeaders { get; set; }
member this.UserHeaders : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property UserHeaders As IDictionary(Of String, String)

プロパティ値

追加ヘッダー情報を含む IDictionary<TKey,TValue> オブジェクトです。

適用対象