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