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