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