9 references to BuildChannelFactory
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
25: this(securityCapabilities, context, channelBuilder, protocolFactory, channelBuilder.BuildChannelFactory<TChannel>())
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
77return new ServiceChannelFactoryOverDuplex(channelBuilder.BuildChannelFactory<IDuplexChannel>(), clientRuntime, 82return new ServiceChannelFactoryOverDuplexSession(channelBuilder.BuildChannelFactory<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false); 86return new ServiceChannelFactoryOverRequestSession(channelBuilder.BuildChannelFactory<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
120innerChannelFactory = channelBuilder.BuildChannelFactory<IAsyncRequestChannel>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
163return ChannelBuilder.BuildChannelFactory<IDuplexSessionChannel>(); 167return ChannelBuilder.BuildChannelFactory<IDuplexChannel>(); 171return ChannelBuilder.BuildChannelFactory<IRequestChannel>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
359innerChannelFactory = channelBuilder.BuildChannelFactory<IRequestChannel>();