9 references to IOneWayWcfReliableService
Binding.ReliableSession.IntegrationTests (9)
NetHttpBindingTests.cs (3)
63ChannelFactory<IOneWayWcfReliableService> factory = null; 64IOneWayWcfReliableService serviceProxy = null; 75factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_NetHttp + endpointSuffix));
NetTcpBindingTests.cs (3)
57ChannelFactory<IOneWayWcfReliableService> factory = null; 58IOneWayWcfReliableService serviceProxy = null; 69factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_NetTcp + endpointSuffix));
WSHttpBindingTests.cs (3)
63ChannelFactory<IOneWayWcfReliableService> factory = null; 64IOneWayWcfReliableService serviceProxy = null; 75factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_WSHttp + endpointSuffix));