CallbackContextMessageProperty.GetListenAddressAndContext Methode

Definition

Ruft die Abhöradresse und Kontextdaten von der CallbackContextMessageProperty-Instanz ab.

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))

Parameter

listenAddress
EndpointAddress

Ein Verweise zum Speichern der Abhöradresse.

context
IDictionary<String,String>

In der Nachricht enthaltene Informationen, die vom Client und der Dienstinstanz, zwischen denen die Kommunikation erfolgt, identifiziert werden können.

Gilt für: