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 SourceCreateHttpClientService()
Creates new HttpClientService instances.
Declaration
HttpClientService CreateHttpClientService()
Returns
| Type | Description |
|---|---|
| HttpClientService | An HttpClientService instance. |