MessageProperties.Via Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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).