Compartir a través de


CallbackContextMessageProperty.GetListenAddressAndContext Método

Definición

Obtiene la dirección de escucha y los datos de contexto desde la instancia de la clase 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))

Parámetros

listenAddress
EndpointAddress

Referencia para almacenar la dirección de escucha.

context
IDictionary<String,String>

La información contenida en el mensaje que puede identificar el cliente y la instancia del servicio entre las que tiene lugar la comunicación.

Se aplica a