33 references to IWcfReliableService
Binding.ReliableSession.IntegrationTests (33)
NetHttpBindingTests.cs (15)
26
ChannelFactory<
IWcfReliableService
> factory = null;
27
IWcfReliableService
serviceProxy = null;
38
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
102
ChannelFactory<
IWcfReliableService
> factory = null;
103
IWcfReliableService
serviceProxy = null;
114
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
186
ChannelFactory<
IWcfReliableService
> factory = null;
187
IWcfReliableService
serviceProxy = null;
199
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
268
ChannelFactory<
IWcfReliableService
> factory = null;
269
IWcfReliableService
serviceProxy = null;
282
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
357
ChannelFactory<
IWcfReliableService
> factory = null;
358
IWcfReliableService
serviceProxy = null;
372
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
NetTcpBindingTests.cs (3)
21
ChannelFactory<
IWcfReliableService
> factory = null;
22
IWcfReliableService
serviceProxy = null;
33
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetTcp + endpointSuffix));
WSHttpBindingTests.cs (15)
26
ChannelFactory<
IWcfReliableService
> factory = null;
27
IWcfReliableService
serviceProxy = null;
38
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
102
ChannelFactory<
IWcfReliableService
> factory = null;
103
IWcfReliableService
serviceProxy = null;
114
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
186
ChannelFactory<
IWcfReliableService
> factory = null;
187
IWcfReliableService
serviceProxy = null;
199
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
268
ChannelFactory<
IWcfReliableService
> factory = null;
269
IWcfReliableService
serviceProxy = null;
282
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
357
ChannelFactory<
IWcfReliableService
> factory = null;
358
IWcfReliableService
serviceProxy = null;
372
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));