4 references to MyClientBase2
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ClientBaseTest.cs (4)
76
MyClientBase2 client1 = new
MyClientBase2
(binding, endpointAddress);
78
MyClientBase2 client2 = new
MyClientBase2
(binding, endpointAddress);
82
MyClientBase2 client3 = new
MyClientBase2
(binding, new EndpointAddress("http://myendpoint"));
86
MyClientBase2 client4 = new
MyClientBase2
(binding, new EndpointAddress("http://myotherendpoint"));