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