次の方法で共有


CallbackContextMessageProperty.GetListenAddressAndContext メソッド

定義

リッスン アドレスとコンテキスト データを CallbackContextMessageProperty インスタンスから取得します。

public:
 void GetListenAddressAndContext([Runtime::InteropServices::Out] System::ServiceModel::EndpointAddress ^ % listenAddress, [Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ % context);
public void GetListenAddressAndContext (out System.ServiceModel.EndpointAddress listenAddress, out System.Collections.Generic.IDictionary<string,string> context);
member this.GetListenAddressAndContext : EndpointAddress * IDictionary -> unit
Public Sub GetListenAddressAndContext (ByRef listenAddress As EndpointAddress, ByRef context As IDictionary(Of String, String))

パラメーター

listenAddress
EndpointAddress

リッスン アドレスを格納するための参照。

context
IDictionary<String,String>

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

適用対象