17 implementations of Via
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2920public Uri Via
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1150public Uri Via
System\ServiceModel\Channels\DuplexChannel.cs (1)
27public abstract Uri Via { get; }
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
141public Uri Via
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
195public Uri Via
System\ServiceModel\Channels\OutputChannel.cs (1)
20public abstract Uri Via { get; }
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
80public override Uri Via
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
95public override Uri Via
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1036public Uri Via
System\ServiceModel\Channels\ServiceChannel.cs (1)
388public Uri Via
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
233public Uri Via
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
527public Uri Via
System\ServiceModel\ClientBase.cs (1)
1353Uri IOutputChannel.Via
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1134public Uri Via
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3609public Uri Via
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
71public override Uri Via
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
36public Uri Via
16 references to Via
System.ServiceModel (14)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1264get { return this.innerChannel.Via; } 2922get { return InnerChannel.Via; }
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
25get { return this.InnerChannel.Via; }
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
19this.contextProtocol = new ClientContextProtocol(contextExchangeMechanism, this.InnerChannel.Via, this, callbackAddress, contextManagementEnabled);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1136this.via = inner.Via;
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
197get { return innerOutputChannel.Via; }
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
290get { return this.innerChannel.Via; }
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1038get { return this.innerDuplexChannel.Via; }
System\ServiceModel\Channels\ServiceChannel.cs (1)
394return outputChannel.Via;
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
237return InnerChannel.Via;
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
531return InnerChannel.Via;
System\ServiceModel\ClientBase.cs (1)
1355get { return ((IOutputChannel)this.channel).Via; }
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1136get { return this.innerChannel.Via; }
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
423return outputChannel.Via;
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
45return this.InnerChannel.Via;