29 references to DuplexChannelFactory
Binding.ReliableSession.IntegrationTests (1)
Binding.Tcp.IntegrationTests (1)
Client.ChannelLayer.IntegrationTests (3)
Client.ClientBase.IntegrationTests (1)
Client.ExpectedExceptions.IntegrationTests (5)
Client.TypedClient.IntegrationTests (2)
Contract.Data.IntegrationTests (2)
Extensibility.WebSockets.IntegrationTests (6)
WebSocketTests.4.1.0.cs (6)
143channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress);
211channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress);
380channelFactory = new DuplexChannelFactory<IWSDuplexService>(context, binding, endpointAddress);
729factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpDuplexWebSocket_Address));
770factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address));
814factory = new DuplexChannelFactory<IWcfDuplexService>(context, binding, new EndpointAddress(Endpoints.NetHttpWebSocketTransport_Address));
Security.TransportSecurity.IntegrationTests (1)
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);