CallbackContextMessageProperty.GetListenAddressAndContext Method

Definition

Gets the listen address and context data from the CallbackContextMessageProperty instance.

C#
public void GetListenAddressAndContext(out System.ServiceModel.EndpointAddress listenAddress, out System.Collections.Generic.IDictionary<string,string> context);

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

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1