Via Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public Property Via As Uri

Property Value

Type: System.Uri
A 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).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft