Show / Hide Table of Contents

Interface IHttpClientServiceFactory

An abstraction of the factory that creates HttpClientService instances for a given logical name.

Namespace: Geko.HttpClientService
Assembly: Geko.HttpClientService.dll
Syntax
public interface IHttpClientServiceFactory

Methods

| Improve this Doc View Source

CreateHttpClientService()

Creates new HttpClientService instances.

Declaration
HttpClientService CreateHttpClientService()
Returns
Type Description
HttpClientService

An HttpClientService instance.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX