MessageProperties.Via Property

Definition

Gets or sets the transport address that is used to send messages.

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

Property Value

Uri

A URI that contains the transport address that is used to send messages.

Remarks

The transport channel owns the Via property and it overwrites whatever value you set for the message headers. You do have one opportunity to set the channel's Via, which is during the creation of the channel from the channel factory, for example, with CreateChannel(EndpointAddress, Uri).

Applies to