Bearbeiten

MessageHeaders.To Property

Definition

Gets or sets the destination endpoint of a message.

public:
 property Uri ^ To { Uri ^ get(); void set(Uri ^ value); };
public Uri To { get; set; }
member this.To : Uri with get, set
Public Property To As Uri

Property Value

Uri

A URI that contains the destination endpoint of a message.

Remarks

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

Applies to