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, IDictionary<String,String>)

指定したCallbackContextMessagePropertyとコンテキスト情報を含むEndpointAddressを使用して、IDictionary<TKey,TValue> クラスの新しいインスタンスを初期化します。

CallbackContextMessageProperty(EndpointAddress)

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

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 とそのコンテキストを、サービスに送信される 1 つのコールバック アドレスにマージします。

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 インスタンスの取得を試みます。

適用対象