9 references to BuildChannelFactory
System.ServiceModel (9)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
40: this(securityCapabilities, context, channelBuilder, protocolFactory, channelBuilder.BuildChannelFactory<TChannel>())
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
89return new ServiceChannelFactoryOverDuplex(channelBuilder.BuildChannelFactory<IDuplexChannel>(), clientRuntime, 94return new ServiceChannelFactoryOverDuplexSession(channelBuilder.BuildChannelFactory<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false); 98return new ServiceChannelFactoryOverRequestSession(channelBuilder.BuildChannelFactory<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
118innerChannelFactory = channelBuilder.BuildChannelFactory<IRequestChannel>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
204return this.ChannelBuilder.BuildChannelFactory<IDuplexSessionChannel>(); 208return this.ChannelBuilder.BuildChannelFactory<IDuplexChannel>(); 212return this.ChannelBuilder.BuildChannelFactory<IRequestChannel>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
415innerChannelFactory = channelBuilder.BuildChannelFactory<IRequestChannel>();