CallbackContextMessageProperty クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテキスト交換プロトコルをサポートするチャネルを使用する場合の 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 クラスのプロパティ名を取得します。 |