Interface IAkavacheHttpClientFactory
- Namespace
- Akavache
- Assembly
- Akavache.Core.dll
A factory abstraction for a component that can create Http
- Extension Methods
Methods
CreateClient(string)
Creates and configures an Http
Parameters
name
stringThe logical name of the client to create.
Returns
- Http
Client A new Http
Client instance.