1 type derived from ChannelFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\ChannelFactory.cs (1)
343
public class ChannelFactory<TChannel> :
ChannelFactory
, IChannelFactory<TChannel>
3 references to ChannelFactory
ScenarioTests.Common.Tests (2)
ScenarioTestHelpers.cs (2)
59
public static bool RunBasicEchoTest(Binding binding, string address, string variation, Action<
ChannelFactory
> factorySettings = null)
96
public 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)
220
Action<
ChannelFactory
> credentials = (factory) =>