Condividi tramite


CallbackContextMessageProperty.GetListenAddressAndContext Metodo

Definizione

Ottiene l'indirizzo di attesa e dati relativi al contesto dall'istanza 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))

Parametri

listenAddress
EndpointAddress

Riferimento in cui memorizzare l'indirizzo di attesa.

context
IDictionary<String,String>

Informazioni contenute nel messaggio identificabili dal client e dall'istanza di servizio tra i quali la comunicazione si sta verificando.

Si applica a