4 implementations of Via
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
55public Uri Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
380public Uri Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
800Uri IRequestChannel.Via
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
796Uri IRequestChannel.Via
2 references to Via
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
390return requestChannel.Via;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
798get { return ((IRequestChannel)_channel).Via; }