CallbackContextMessageProperty.GetListenAddressAndContext Метод

Определение

Возвращает адрес прослушивания и данные контекста от экземпляра 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))

Параметры

listenAddress
EndpointAddress

Ссылка для сохранения адреса прослушивания.

context
IDictionary<String,String>

Сведения, содержащиеся в сообщении, опознаваемые клиентом и экземпляром службы, между которыми установлено соединение.

Применяется к