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