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