21 references to BuildInnerChannelListener
System.ServiceModel (21)
System\ServiceModel\Channels\Binding.cs (1)
247
IChannelListener<TChannel> channelListener = context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\BindingElement.cs (1)
34
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\ChannelBuilder.cs (1)
95
IChannelListener<TChannel> listener = this.context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
210
this.innerListener = context.
BuildInnerChannelListener
<TInnerChannel>();
1650
this.innerListener = context.
BuildInnerChannelListener
<TInnerChannel>();
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
95
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\ContextChannelListener.cs (1)
20
: base(context == null ? null : context.Binding, context == null ? null : context.
BuildInnerChannelListener
<TChannel>())
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
15
: base(context.Binding, context.Clone().
BuildInnerChannelListener
<IInputChannel>())
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
68
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
26
: base(context.Binding, context.
BuildInnerChannelListener
<IReplyChannel>())
494
: base(context.Binding, context.
BuildInnerChannelListener
<IDuplexChannel>())
658
: base(true, context.Binding, context.
BuildInnerChannelListener
<IDuplexSessionChannel>())
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (1)
137
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\PnrpPeerResolverBindingElement.cs (1)
73
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
556
this.typedListener = context.
BuildInnerChannelListener
<TInnerChannel>();
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (2)
22
: base(context.Binding, context.
BuildInnerChannelListener
<TInnerChannel>())
367
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
118
return context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
251
return context.
BuildInnerChannelListener
<TChannel>();
259
IChannelListener<TChannel> innerListener = context.
BuildInnerChannelListener
<TChannel>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
86
return context.
BuildInnerChannelListener
<TChannel>();