1 type derived from ChannelFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\ChannelFactory.cs (1)
343public class ChannelFactory<TChannel> : ChannelFactory, IChannelFactory<TChannel>
3 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) =>