言語

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です。

適用対象