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)
115IClientReliableChannelBinder binder = ClientReliableChannelBinder<InnerChannel>.CreateBinder(address, via,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
499ChannelBinder = ClientReliableChannelBinder<IDuplexSessionChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IDuplexSessionChannel>)(object)Settings.InnerChannelFactory, 504ChannelBinder = ClientReliableChannelBinder<IDuplexChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IDuplexChannel>)(object)Settings.InnerChannelFactory, 510ChannelBinder = ClientReliableChannelBinder<IRequestChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IRequestChannel>)(object)Settings.InnerChannelFactory, 515ChannelBinder = ClientReliableChannelBinder<IRequestSessionChannel>.CreateBinder(RemoteAddress, Via, (IChannelFactory<IRequestSessionChannel>)(object)Settings.InnerChannelFactory,