2 implementations of Via
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
388public Uri Via
System\ServiceModel\ClientBase.cs (1)
1185Uri IClientChannel.Via
1 reference to Via
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1187get { return ((IClientChannel)this.channel).Via; }