3 implementations of Via
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
380
public Uri
Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
635
Uri IClientChannel.
Via
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
593
Uri IClientChannel.
Via
1 reference to Via
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
595
get { return ((IClientChannel)_channel).
Via
; }