15 overrides of BuildChannelFactory
dotnet-svcutil-lib (15)
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (1)
35public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) => default;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
194public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
49public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
120public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
459public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
160public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
46public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (1)
70public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
218public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
340public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
84public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
57public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
138public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
145public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
49public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
1 reference to BuildChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (1)
82return this.RemoveNextElement().BuildChannelFactory<TChannel>(this);