2 types derived from ClientReliableChannelBinder
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (2)
224
:
ClientReliableChannelBinder
<TDuplexChannel>
381
:
ClientReliableChannelBinder
<TRequestChannel>
5 references to ClientReliableChannelBinder
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
115
IClientReliableChannelBinder binder =
ClientReliableChannelBinder
<InnerChannel>.CreateBinder(address, via,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
499
ChannelBinder =
ClientReliableChannelBinder
<IDuplexSessionChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IDuplexSessionChannel>)(object)Settings.InnerChannelFactory,
504
ChannelBinder =
ClientReliableChannelBinder
<IDuplexChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IDuplexChannel>)(object)Settings.InnerChannelFactory,
510
ChannelBinder =
ClientReliableChannelBinder
<IRequestChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IRequestChannel>)(object)Settings.InnerChannelFactory,
515
ChannelBinder =
ClientReliableChannelBinder
<IRequestSessionChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IRequestSessionChannel>)(object)Settings.InnerChannelFactory,