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