次の方法で共有


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>

通信が行われているクライアントおよびサービス インスタンスによる識別が可能なメッセージに格納されている情報。

適用対象