MessageProperties.Via Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the transport address that is used to send messages.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.UriA URI that contains the transport address that is used to send messages.
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).
Show: