MessageHeaders.ReplyTo Property

Definition

Gets or sets the address of the node to which a reply should be sent for a request.

public:
 property System::ServiceModel::EndpointAddress ^ ReplyTo { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress ReplyTo { get; set; }
member this.ReplyTo : System.ServiceModel.EndpointAddress with get, set
Public Property ReplyTo As EndpointAddress

Property Value

An EndpointAddress of the node to which a reply should be sent for a request.

Remarks

This property corresponds to the <ReplyTo> element described in the WS-Addressing specification.

Applies to