Sdílet prostřednictvím


CallbackContextMessageProperty.GetListenAddressAndContext Metoda

Definice

Získá adresu naslouchání a kontextová data z CallbackContextMessageProperty instance.

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

Parametry

listenAddress
EndpointAddress

Odkaz na uložení adresy naslouchání.

context
IDictionary<String,String>

Informace obsažené ve zprávě, kterou je možné identifikovat od klienta a instance služby, mezi nímž probíhá komunikace.

Platí pro