6 implementations of Via
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
194public Uri Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
22public abstract Uri Via { get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
380public Uri Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
710Uri IOutputChannel.Via
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
761Uri IOutputChannel.Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1068public Uri Via
4 references to Via
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
196get { return _innerOutputChannel.Via; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
386return outputChannel.Via;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
763get { return ((IOutputChannel)_channel).Via; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1070get { return _innerChannel.Via; }