37 references to IWcfServiceGenerated
Binding.Tcp.IntegrationTests (6)
NetTcpBindingTests.4.0.0.cs (6)
53
ChannelFactory<
IWcfServiceGenerated
> factory = null;
54
IWcfServiceGenerated
serviceProxy = null;
60
factory = new ChannelFactory<
IWcfServiceGenerated
>(binding, new EndpointAddress(Endpoints.Tcp_NoSecurity_Address));
167
ChannelFactory<
IWcfServiceGenerated
> factory = null;
168
IWcfServiceGenerated
serviceProxy = null;
181
factory = new ChannelFactory<
IWcfServiceGenerated
>(binding, new EndpointAddress(Endpoints.Tcp_Streamed_NoSecurity_Address));
Client.ClientBase.IntegrationTests (17)
ClientBaseTests.4.0.0.cs (17)
111
IWcfServiceGenerated
serviceProxy = null;
156
IWcfServiceGenerated
serviceProxy = null;
204
IWcfServiceGenerated
serviceProxy = null;
205
ChannelFactory<
IWcfServiceGenerated
> factory = null;
279
IWcfServiceGenerated
serviceProxy = null;
280
ChannelFactory<
IWcfServiceGenerated
> factory = null;
357
IWcfServiceGenerated
serviceProxy = null;
358
ChannelFactory<
IWcfServiceGenerated
> factory = null;
435
IWcfServiceGenerated
serviceProxy = null;
436
ChannelFactory<
IWcfServiceGenerated
> factory = null;
485
IWcfServiceGenerated
serviceProxy = null;
486
ChannelFactory<
IWcfServiceGenerated
> factory = null;
538
IWcfServiceGenerated
proxy = null;
589
IWcfServiceGenerated
proxy = null;
642
IWcfServiceGenerated
proxy = null;
692
IWcfServiceGenerated
serviceProxy = null;
729
IWcfServiceGenerated
serviceProxy = null;
Client.TypedClient.IntegrationTests (9)
TypedProxyTests.4.0.0.cs (9)
119
ChannelFactory<
IWcfServiceGenerated
> factory = null;
121
IWcfServiceGenerated
serviceProxy = null;
132
factory = new ChannelFactory<
IWcfServiceGenerated
>(customBinding, endpointAddress);
172
ChannelFactory<
IWcfServiceGenerated
> factory = null;
174
IWcfServiceGenerated
serviceProxy = null;
184
factory = new ChannelFactory<
IWcfServiceGenerated
>(customBinding, endpointAddress);
539
ChannelFactory<
IWcfServiceGenerated
> factory = null;
541
IWcfServiceGenerated
serviceProxy = null;
548
factory = new ChannelFactory<
IWcfServiceGenerated
>(binding, endpointAddress);
Contract.Service.IntegrationTests (3)
ServiceContractTests.4.1.0.cs (3)
639
ChannelFactory<
IWcfServiceGenerated
> factory = null;
640
IWcfServiceGenerated
serviceProxy = null;
649
factory = new ChannelFactory<
IWcfServiceGenerated
>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
780
public class MyClientBase : ClientBase<
IWcfServiceGenerated
>
787
public
IWcfServiceGenerated
Proxy