5 references to MyClientBase
System.ServiceModel.Primitives.Tests (5)
ServiceModel\ClientBaseTest.cs (5)
20MyClientBase client = new MyClientBase(binding, new EndpointAddress("http://myendpoint")); 36MyClientBase client1 = new MyClientBase(binding, endpointAddress); 38MyClientBase client2 = new MyClientBase(binding, endpointAddress); 181MyClientBase client = new MyClientBase(binding, new EndpointAddress("http://myendpoint")); 200MyClientBase client = new MyClientBase(customBinding, new EndpointAddress("http://myendpoint"));