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>>
635
public RequestAsyncResult(
ClientReliableChannelBinder
<TChannel> binder,
642
ClientReliableChannelBinder
<TChannel> binder, TChannel channel, Message message,
655
protected override void EndOutput(
ClientReliableChannelBinder
<TChannel> binder,
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
181
IClientReliableChannelBinder binder =
ClientReliableChannelBinder
<InnerChannel>.CreateBinder(address, via,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (4)
675
this.channelBinder =
ClientReliableChannelBinder
<IDuplexSessionChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IDuplexSessionChannel>)(object)this.Settings.InnerChannelFactory,
680
this.channelBinder =
ClientReliableChannelBinder
<IDuplexChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IDuplexChannel>)(object)this.Settings.InnerChannelFactory,
686
this.channelBinder =
ClientReliableChannelBinder
<IRequestChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IRequestChannel>)(object)this.Settings.InnerChannelFactory,
691
this.channelBinder =
ClientReliableChannelBinder
<IRequestSessionChannel>.CreateBinder(this.RemoteAddress, this.Via, (IChannelFactory<IRequestSessionChannel>)(object)this.Settings.InnerChannelFactory,