System\ServiceModel\Channels\ReliableSessionBindingElement.cs (8)
323this, context.BuildInnerChannelFactory<IRequestSessionChannel>(), context.Binding);
329this, context.BuildInnerChannelFactory<IRequestChannel>(), context.Binding);
335this, context.BuildInnerChannelFactory<IDuplexSessionChannel>(), context.Binding);
341this, context.BuildInnerChannelFactory<IDuplexChannel>(), context.Binding);
350this, context.BuildInnerChannelFactory<IDuplexSessionChannel>(), context.Binding);
356this, context.BuildInnerChannelFactory<IDuplexChannel>(), context.Binding);
365this, context.BuildInnerChannelFactory<IRequestSessionChannel>(), context.Binding);
371this, context.BuildInnerChannelFactory<IRequestChannel>(), context.Binding);