public static SeoClient CreateSeoClient(this CommerceClients source, string serviceUrl) { var client = new SeoClient(new Uri(serviceUrl), source.CreateMessageProcessingHandler()); return client; }
public static SeoClient CreateSeoClient(this CommerceClients source, string serviceUrl, string appId, string secretKey) { var client = new SeoClient(new Uri(serviceUrl), appId, secretKey); return client; }
public static SeoClient CreateSeoClient(this CommerceClients source, string serviceUrl) { var client = new SeoClient(new Uri(serviceUrl), source.CreateMessageProcessingHandler()); return(client); }
public static SeoClient CreateSeoClient(this CommerceClients source, string serviceUrl, string appId, string secretKey) { var client = new SeoClient(new Uri(serviceUrl), appId, secretKey); return(client); }