15 overrides of BuildChannelFactory
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
120public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingBindingElement.cs (1)
49public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsFederationBindingElement.cs (1)
32public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
67public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
40public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
54public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System.ServiceModel.Primitives (5)
netstandard.cs (5)
1226public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { return default; } 1789public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context) { return default; } 1809public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { return default; } 1834public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { return default; } 1888public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { return default; }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
27public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
59public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
23public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
UnitTests.Common (1)
MockTransportBindingElement.cs (1)
47public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
2 references to BuildChannelFactory
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsFederationBindingElement.cs (1)
51var channelFactory = base.BuildChannelFactory<TChannel>(context);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
29return new ThrowingChannelFactory<TChannel>(this, base.BuildChannelFactory<TChannel>(context));