31 references to DuplexChannelFactory
Binding.ReliableSession.IntegrationTests (1)
NetTcpBindingTests.cs (1)
107factory = new DuplexChannelFactory<IWcfReliableDuplexService>(instanceContext, customBinding, new EndpointAddress(Endpoints.ReliableDuplexSession_NetTcp + endpointSuffix));
Binding.Tcp.IntegrationTests (1)
OperationContextAsyncFlowTests.cs (1)
114factory = new DuplexChannelFactory<IDuplexChannelService>(context, binding, endpointAddress);
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelWithSynchronizationContext.cs (3)
43factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress); 104factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress); 180factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress);
Client.ClientBase.IntegrationTests (1)
SessionTests.cs (1)
513var factory = new DuplexChannelFactory<ISessionTestsDuplexService>(instanceContext, binding, duplexEndpoint);
Client.ExpectedExceptions.IntegrationTests (4)
CallbackDebugBehaviorTests.cs (2)
37factory = new DuplexChannelFactory<IWcfDuplexService_CallbackDebugBehavior>(context, binding, endpointAddress); 63factory2 = new DuplexChannelFactory<IWcfDuplexService_CallbackDebugBehavior>(context2, binding2, endpointAddress2);
ExpectedExceptionTests.4.1.0.cs (2)
246factory = new DuplexChannelFactory<IWcfDuplexTaskReturnService>(context, binding, endpointAddress); 298factory = new DuplexChannelFactory<IWcfDuplexTaskReturnService>(context, binding, endpointAddress);
Client.TypedClient.IntegrationTests (2)
TypedProxyDuplexTests.4.1.0.cs (1)
36factory = new DuplexChannelFactory<IWcfDuplexTaskReturnService>(context, binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_TaskReturn_Address));
TypedProxyTests.4.1.0.cs (1)
67factory = new DuplexChannelFactory<IDuplexChannelService>(context, binding, endpointAddress);
Contract.Data.IntegrationTests (2)
DataContractTests.4.1.0.cs (2)
33factory = new DuplexChannelFactory<IWcfDuplexService_DataContract>(context, binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_DataContractDuplexCallback_Address)); 71factory = new DuplexChannelFactory<IWcfDuplexService_Xml>(context, binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_XmlDuplexCallback_Address));
Extensibility.WebSockets.IntegrationTests (6)
WebSocketTests.4.1.0.cs (6)
142channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress); 210channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress); 377channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress); 720factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpDuplexWebSocket_Address)); 760factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address)); 803factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address));
Security.TransportSecurity.IntegrationTests (1)
Tcp\ClientCredentialTypeTests.4.1.1.cs (1)
247factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress);
System.ServiceModel.Primitives (3)
System\ServiceModel\ClientBase.cs (1)
134new DuplexChannelFactory<TChannel>(callbackInstance, binding, remoteAddress));
System\ServiceModel\DuplexChannelFactory.cs (1)
234DuplexChannelFactory<TChannel> channelFactory = new DuplexChannelFactory<TChannel>(callbackInstance, binding, endpointAddress);
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
77return new DuplexChannelFactory<TChannel>(_callbackInstance, _binding, _remoteAddress);
System.ServiceModel.Primitives.Tests (7)
ServiceModel\DuplexChannelFactoryTest.cs (7)
25DuplexChannelFactory<IWcfDuplexService> factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, remoteAddress); 131DuplexChannelFactory<IWcfDuplexService> factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, (EndpointAddress)null); 147DuplexChannelFactory<IWcfDuplexService> factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpoint); 192DuplexChannelFactory<IWcfDuplexService> factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpoint); 203DuplexChannelFactory<IWcfDuplexService> factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpoint); 224factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress); 225factory2 = new DuplexChannelFactory<IWcfDuplexService>(context, binding, endpointAddress);