18 references to BuildInnerChannelFactory
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
126return context.BuildInnerChannelFactory<TChannel>();
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
22this.innerChannelFactory = context.BuildInnerChannelFactory<TChannel>();
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
75return context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
48return context.BuildInnerChannelFactory<TChannel>();
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\Binding.cs (1)
178IChannelFactory<TChannel> channelFactory = context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\BindingElement.cs (1)
29return context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\ChannelBuilder.cs (1)
63IChannelFactory<TChannel> factory = _context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
116return context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
35return context.BuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (8)
293this, context.BuildInnerChannelFactory<IRequestSessionChannel>(), context.Binding); 299this, context.BuildInnerChannelFactory<IRequestChannel>(), context.Binding); 305this, context.BuildInnerChannelFactory<IDuplexSessionChannel>(), context.Binding); 311this, context.BuildInnerChannelFactory<IDuplexChannel>(), context.Binding); 320this, context.BuildInnerChannelFactory<IDuplexSessionChannel>(), context.Binding); 326this, context.BuildInnerChannelFactory<IDuplexChannel>(), context.Binding); 335this, context.BuildInnerChannelFactory<IRequestSessionChannel>(), context.Binding); 341this, context.BuildInnerChannelFactory<IRequestChannel>(), context.Binding);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
31return context.BuildInnerChannelFactory<TChannel>();