5 references to IWcfServiceGenerated
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ChannelFactoryTest.cs (4)
183
ChannelFactory<
IWcfServiceGenerated
> factory = null;
189
factory = new ChannelFactory<
IWcfServiceGenerated
>(binding, new EndpointAddress(FakeAddress.HttpAddress));
194
IWcfServiceGenerated
channel = factory.CreateChannel();
196
Assert.True(typeof(
IWcfServiceGenerated
).GetTypeInfo().IsAssignableFrom(channel.GetType().GetTypeInfo()),
UnitTests.Common (1)
TestHelpers.cs (1)
57
public class MyClientBase : ClientBase<
IWcfServiceGenerated
>