33 references to IWcfReliableService
Binding.ReliableSession.IntegrationTests (33)
NetHttpBindingTests.cs (15)
25
ChannelFactory<
IWcfReliableService
> factory = null;
26
IWcfReliableService
serviceProxy = null;
37
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
99
ChannelFactory<
IWcfReliableService
> factory = null;
100
IWcfReliableService
serviceProxy = null;
111
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
182
ChannelFactory<
IWcfReliableService
> factory = null;
183
IWcfReliableService
serviceProxy = null;
195
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
263
ChannelFactory<
IWcfReliableService
> factory = null;
264
IWcfReliableService
serviceProxy = null;
277
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
351
ChannelFactory<
IWcfReliableService
> factory = null;
352
IWcfReliableService
serviceProxy = null;
366
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetHttp + endpointSuffix));
NetTcpBindingTests.cs (3)
20
ChannelFactory<
IWcfReliableService
> factory = null;
21
IWcfReliableService
serviceProxy = null;
32
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_NetTcp + endpointSuffix));
WSHttpBindingTests.cs (15)
25
ChannelFactory<
IWcfReliableService
> factory = null;
26
IWcfReliableService
serviceProxy = null;
37
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
99
ChannelFactory<
IWcfReliableService
> factory = null;
100
IWcfReliableService
serviceProxy = null;
111
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
182
ChannelFactory<
IWcfReliableService
> factory = null;
183
IWcfReliableService
serviceProxy = null;
195
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
263
ChannelFactory<
IWcfReliableService
> factory = null;
264
IWcfReliableService
serviceProxy = null;
277
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));
351
ChannelFactory<
IWcfReliableService
> factory = null;
352
IWcfReliableService
serviceProxy = null;
366
factory = new ChannelFactory<
IWcfReliableService
>(customBinding, new EndpointAddress(Endpoints.ReliableSession_WSHttp + endpointSuffix));