5 references to BuildInnerChannelFactory
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
126
return context.
BuildInnerChannelFactory
<TChannel>();
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
22
this.innerChannelFactory = context.
BuildInnerChannelFactory
<TChannel>();
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
75
return context.
BuildInnerChannelFactory
<TChannel>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
48
return context.
BuildInnerChannelFactory
<TChannel>();
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
31
return context.
BuildInnerChannelFactory
<TChannel>();