Share via


ContextMessageProperty コンストラクター

定義

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

オーバーロード

ContextMessageProperty()

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

ContextMessageProperty(IDictionary<String,String>)

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

ContextMessageProperty()

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

public:
 ContextMessageProperty();
public ContextMessageProperty ();
Public Sub New ()

適用対象

ContextMessageProperty(IDictionary<String,String>)

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

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

パラメーター

context
IDictionary<String,String>

クライアントとサービスの間の具体的な会話にメッセージを相関付けるために使用されるコンテキスト情報が含まれている IDictionary<TKey,TValue>

例外

contextnullです。

適用対象