2 types derived from ClientReliableChannelBinder
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (2)
319: ClientReliableChannelBinder<TDuplexChannel> 495: ClientReliableChannelBinder<TRequestChannel>
9 references to ClientReliableChannelBinder
System.ServiceModel (9)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (4)
631: ReliableChannelBinder<TChannel>.OutputAsyncResult<ClientReliableChannelBinder<TChannel>> 635public RequestAsyncResult(ClientReliableChannelBinder<TChannel> binder, 642ClientReliableChannelBinder<TChannel> binder, TChannel channel, Message message, 655protected override void EndOutput(ClientReliableChannelBinder<TChannel> binder,
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
181IClientReliableChannelBinder binder = ClientReliableChannelBinder<InnerChannel>.CreateBinder(address, via,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
675this.channelBinder = ClientReliableChannelBinder<IDuplexSessionChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IDuplexSessionChannel>)(object)this.Settings.InnerChannelFactory, 680this.channelBinder = ClientReliableChannelBinder<IDuplexChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IDuplexChannel>)(object)this.Settings.InnerChannelFactory, 686this.channelBinder = ClientReliableChannelBinder<IRequestChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IRequestChannel>)(object)this.Settings.InnerChannelFactory, 691this.channelBinder = ClientReliableChannelBinder<IRequestSessionChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IRequestSessionChannel>)(object)this.Settings.InnerChannelFactory,