CallbackContextMessageProperty.GetListenAddressAndContext Method

Definition

Gets the listen address and context data from the 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))

Parameters

listenAddress
EndpointAddress

A reference to store the listen address.

context
IDictionary<String,String>

Information contained in the message which is identifiable by the client and the service instance between which the communication is taking place.

Applies to