9 references to IOneWayWcfReliableService
Binding.ReliableSession.IntegrationTests (9)
NetHttpBindingTests.cs (3)
65ChannelFactory<IOneWayWcfReliableService> factory = null; 66IOneWayWcfReliableService serviceProxy = null; 77factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_NetHttp + endpointSuffix));
NetTcpBindingTests.cs (3)
59ChannelFactory<IOneWayWcfReliableService> factory = null; 60IOneWayWcfReliableService serviceProxy = null; 71factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_NetTcp + endpointSuffix));
WSHttpBindingTests.cs (3)
65ChannelFactory<IOneWayWcfReliableService> factory = null; 66IOneWayWcfReliableService serviceProxy = null; 77factory = new ChannelFactory<IOneWayWcfReliableService>(customBinding, new EndpointAddress(Endpoints.ReliableOneWaySession_WSHttp + endpointSuffix));