5 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.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
31return context.BuildInnerChannelFactory<TChannel>();