言語

CallbackContextMessageProperty コンストラクター

定義

CallbackContextMessageProperty クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
CallbackContextMessageProperty(IDictionary<String,String>)

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

CallbackContextMessageProperty(EndpointAddress)

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

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

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

CallbackContextMessageProperty(String, IDictionary<String,String>)

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

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

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

CallbackContextMessageProperty(IDictionary<String,String>)

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

public:
 CallbackContextMessageProperty(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (context As IDictionary(Of String, String))

パラメーター

context
IDictionary<String,String>

通信が行われているクライアントとサービス インスタンスによって識別可能なメッセージに含まれる情報。

適用対象

CallbackContextMessageProperty(EndpointAddress)

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

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ callbackAddress);
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress callbackAddress);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (callbackAddress As EndpointAddress)

パラメーター

callbackAddress
EndpointAddress

コールバック アドレス。

注釈

コールバック アドレスは、サービスがクライアントへのコールバックに使用するエンドポイント アドレスです。

適用対象

CallbackContextMessageProperty(EndpointAddress, IDictionary<String,String>)

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

public:
 CallbackContextMessageProperty(System::ServiceModel::EndpointAddress ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(System.ServiceModel.EndpointAddress listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : System.ServiceModel.EndpointAddress * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As EndpointAddress, context As IDictionary(Of String, String))

パラメーター

listenAddress
EndpointAddress

クライアントがリッスンするエンドポイント アドレス。

context
IDictionary<String,String>

通信が行われているクライアントとサービス インスタンスによって識別可能なメッセージに含まれる情報。

注釈

コンテキスト情報には、クライアント インスタンスと会話情報が含まれる場合があります。

適用対象

CallbackContextMessageProperty(String, IDictionary<String,String>)

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

public:
 CallbackContextMessageProperty(System::String ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(string listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : string * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As String, context As IDictionary(Of String, String))

パラメーター

listenAddress
String

クライアントがリッスンするエンドポイント アドレス。

context
IDictionary<String,String>

通信が行われているクライアントとサービス インスタンスによって識別可能なメッセージに含まれる情報。

適用対象

CallbackContextMessageProperty(Uri, IDictionary<String,String>)

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

public:
 CallbackContextMessageProperty(Uri ^ listenAddress, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public CallbackContextMessageProperty(Uri listenAddress, System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.CallbackContextMessageProperty : Uri * System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.CallbackContextMessageProperty
Public Sub New (listenAddress As Uri, context As IDictionary(Of String, String))

パラメーター

listenAddress
Uri

クライアントがリッスンするエンドポイント アドレス。

context
IDictionary<String,String>

通信が行われているクライアントとサービス インスタンスによって識別可能なメッセージに含まれる情報。

適用対象