3 implementations of Via
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
349public Uri Via
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
645Uri IClientChannel.Via
System\ServiceModel\ClientBase.cs (1)
990Uri IClientChannel.Via
1 reference to Via
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
992get { return ((IClientChannel)_channel).Via; }