Share via


CallbackContextMessageProperty.GetListenAddressAndContext Método

Definição

Obtém os dados de contexto e endereço de escuta da instância do 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

Uma referência para armazenar o endereço de escuta.

context
IDictionary<String,String>

Informações contidas na mensagem que podem ser identificadas pelo cliente e pela instância do serviço entre os quais a comunicação está em andamento.

Aplica-se a