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)
89
return new ServiceChannelFactoryOverDuplex(channelBuilder.
BuildChannelFactory
<IDuplexChannel>(), clientRuntime,
94
return new ServiceChannelFactoryOverDuplexSession(channelBuilder.
BuildChannelFactory
<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
98
return new ServiceChannelFactoryOverRequestSession(channelBuilder.
BuildChannelFactory
<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
118
innerChannelFactory = channelBuilder.
BuildChannelFactory
<IRequestChannel>();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
204
return this.ChannelBuilder.
BuildChannelFactory
<IDuplexSessionChannel>();
208
return this.ChannelBuilder.
BuildChannelFactory
<IDuplexChannel>();
212
return this.ChannelBuilder.
BuildChannelFactory
<IRequestChannel>();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
415
innerChannelFactory = channelBuilder.
BuildChannelFactory
<IRequestChannel>();