1 type derived from ChannelFactory
System.ServiceModel.Primitives (1)
netstandard.cs (1)
454public partial class ChannelFactory<TChannel> : System.ServiceModel.ChannelFactory, System.ServiceModel.Channels.IChannelFactory, System.ServiceModel.Channels.IChannelFactory<TChannel>, System.ServiceModel.ICommunicationObject
4 references to ChannelFactory
ScenarioTests.Common.Tests (2)
ScenarioTestHelpers.cs (2)
59public static bool RunBasicEchoTest(Binding binding, string address, string variation, Action<ChannelFactory> factorySettings = null) 96public static bool RunComplexEchoTest(Binding binding, string address, string variation, StringBuilder errorBuilder, Action<ChannelFactory> factorySettings = null)
Security.TransportSecurity.IntegrationTests (1)
Https\ClientCredentialTypeTests.4.1.0.cs (1)
220Action<ChannelFactory> credentials = (factory) =>
System.ServiceModel (1)
netstandard.cs (1)
27[assembly: TypeForwardedTo(typeof(ChannelFactory))]