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