Bearbeiten

CallbackContextMessageProperty.CallbackAddress Property

Definition

Gets the callback address.

public:
 property System::ServiceModel::EndpointAddress ^ CallbackAddress { System::ServiceModel::EndpointAddress ^ get(); };
public System.ServiceModel.EndpointAddress CallbackAddress { get; }
member this.CallbackAddress : System.ServiceModel.EndpointAddress
Public ReadOnly Property CallbackAddress As EndpointAddress

Property Value

An EndpointAddress that contains the callback address.

Remarks

The callback address is the endpoint address the server uses to call the client.

Applies to