4 references to ITestService2
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ClientBaseTest.cs (4)
105
ChannelFactory<
ITestService2
> tempFactory = new ChannelFactory<
ITestService2
>(binding, endpointAddress);
113
tempFactory = new ChannelFactory<
ITestService2
>(binding, endpointAddress);
230
public class MyClientBase2 : ClientBase<
ITestService2
>