5 references to
System.ServiceModel (5)
System\ServiceModel\Channels\ContextChannelListener.cs (1)
20
:
base
(context == null ? null : context.Binding, context == null ? null : context.BuildInnerChannelListener<TChannel>())
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
16
:
base
(timeouts, innerChannelListener)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
26
:
base
(context.Binding, context.BuildInnerChannelListener<IReplyChannel>())
494
:
base
(context.Binding, context.BuildInnerChannelListener<IDuplexChannel>())
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
22
:
base
(context.Binding, context.BuildInnerChannelListener<TInnerChannel>())