5 references to CreateBinder
System.ServiceModel (5)
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,