CallbackContextMessageProperty クラス

定義

コンテキスト交換プロトコルをサポートしているチャネルを使用する場合に、wsc:CallbackContext メッセージ ヘッダーの内容を表します。

public ref class CallbackContextMessageProperty : System::ServiceModel::Channels::IMessageProperty
[System.Serializable]
public class CallbackContextMessageProperty : System.ServiceModel.Channels.IMessageProperty
[<System.Serializable>]
type CallbackContextMessageProperty = class
    interface IMessageProperty
Public Class CallbackContextMessageProperty
Implements IMessageProperty
継承
CallbackContextMessageProperty
属性
実装

注釈

コンテキスト交換プロトコルを使用すると、永続化サービス間の双方向通信が可能になります。

コンストラクター

CallbackContextMessageProperty(EndpointAddress)

CallbackContextMessageProperty を指定して、EndpointAddress クラスの新しいインスタンスを初期化します。

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

CallbackContextMessageProperty およびコンテキスト情報を格納している EndpointAddress を指定して、IDictionary<TKey,TValue> クラスの新しいインスタンスを初期化します。

CallbackContextMessageProperty(IDictionary<String,String>)

コンテキストを指定して、CallbackContextMessageProperty クラスの新しいインスタンスを初期化します。

CallbackContextMessageProperty(String, IDictionary<String,String>)

指定したリッスン アドレスとコンテキスト情報を使用して、CallbackContextMessageProperty クラスの新しいインスタンスを初期化します。

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

指定したリッスン アドレスとコンテキスト情報を使用して、CallbackContextMessageProperty クラスの新しいインスタンスを初期化します。

プロパティ

CallbackAddress

コールバック アドレスを取得します。

Context

CallbackContextMessageProperty に関連付けられたコンテキストを取得します。

Name

CallbackContextMessageProperty クラスのプロパティ名を取得します。

メソッド

AddOrReplaceInMessage(Message)

指定したメッセージ内の現在の CallbackContextMessageProperty インスタンスを追加または置換します。

AddOrReplaceInMessageProperties(MessageProperties)

指定したメッセージ プロパティ コレクション内の現在の CallbackContextMessageProperty インスタンスを追加または置換します。

CreateCallbackAddress(Uri)

クライアントの listenAddress とそのコンテキストを、サービスに送信される単一のコールバック アドレスにマージします。

CreateCopy()

CallbackContextMessageProperty インスタンスのコピーを作成します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetListenAddressAndContext(EndpointAddress, IDictionary<String,String>)

リッスン アドレスとコンテキスト データを CallbackContextMessageProperty インスタンスから取得します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
TryGet(Message, CallbackContextMessageProperty)

指定されたメッセージから CallbackContextMessageProperty インスタンスの取得を試みます。

TryGet(MessageProperties, CallbackContextMessageProperty)

指定されたメッセージ プロパティから CallbackContextMessageProperty インスタンスの取得を試みます。

適用対象