6 references to MyClientBase
Client.ClientBase.IntegrationTests (3)
ClientBaseTests.4.0.0.cs (3)
30
client = new
MyClientBase
<IWcfService>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
71
client = new
MyClientBase
<IWcfService>(customBinding, new EndpointAddress(endpoint));
772
client = new
MyClientBase
<IWcfService>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
Contract.Fault.IntegrationTests (1)
FaultExceptionTests.cs (1)
32
client = new
MyClientBase
<IWcfService>(customBinding, new EndpointAddress(Endpoints.DefaultCustomHttp_Address));
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.4.1.0.cs (1)
73
MyClientBase<IWcfServiceXml_OperationContext> client = new
MyClientBase
<IWcfServiceXml_OperationContext>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.1.0.cs (1)
73
MyClientBase<IWcfServiceXml_OperationContext> client = new
MyClientBase
<IWcfServiceXml_OperationContext>(binding, new EndpointAddress(Endpoints.HttpBaseAddress_Basic_Text));