2 implementations of IWcfServiceBeginEndGenerated
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
811private class MyChannelBase : ChannelBase<IWcfServiceBeginEndGenerated>, IWcfServiceBeginEndGenerated
16 references to IWcfServiceBeginEndGenerated
Client.ClientBase.IntegrationTests (6)
ChannelBaseTests.4.0.0.cs (6)
22IWcfServiceBeginEndGenerated serviceProxy = null; 62IWcfServiceBeginEndGenerated serviceProxy = null; 114IWcfServiceBeginEndGenerated serviceProxy = null; 169IWcfServiceBeginEndGenerated serviceProxy = null; 217IWcfServiceBeginEndGenerated serviceProxy = null; 218ChannelFactory<IWcfServiceBeginEndGenerated> factory = null;
Client.TypedClient.IntegrationTests (6)
TypedProxyTests.4.0.0.cs (6)
451ChannelFactory<IWcfServiceBeginEndGenerated> factory = null; 453IWcfServiceBeginEndGenerated serviceProxy = null; 461factory = new ChannelFactory<IWcfServiceBeginEndGenerated>(binding, endpointAddress); 498ChannelFactory<IWcfServiceBeginEndGenerated> factory = null; 500IWcfServiceBeginEndGenerated serviceProxy = null; 507factory = new ChannelFactory<IWcfServiceBeginEndGenerated>(binding, endpointAddress);
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
794public class MyClientBaseWithChannelBase : ClientBase<IWcfServiceBeginEndGenerated> 801public IWcfServiceBeginEndGenerated Proxy 806protected override IWcfServiceBeginEndGenerated CreateChannel() 813public MyChannelBase(ClientBase<IWcfServiceBeginEndGenerated> client) :