using System; using System.IO; using ServiceStack.Web; namespace ServiceStack.Common.Tests.ServiceClient.Web { public class HtmlServiceClient: ServiceClientBase { public HtmlServiceClient() { } public HtmlServiceClient(string baseUri) // Can't call SetBaseUri as that appends the format specific suffixes. :base(baseUri, baseUri) { } public override string Format { // Don't return a format as we are not using a ServiceStack format specific endpoint, but // rather the general purpose endpoint (just like a html