5 references to CreateBinder
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,