3 references to ITestService3
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ClientBaseTest.cs (3)
161
ChannelFactory<
ITestService3
> tempFactory = new ChannelFactory<
ITestService3
>(binding, endpointAddress);
243
public class MyClientBase3 : ClientBase<
ITestService3
>