Class DefaultAkavacheHttpClientFactory
- Namespace
- Akavache
- Assembly
- Akavache.Core.dll
The default http client factory. Can be replaced with for example the Microsoft Http Client factory.
- Inheritance
-
Default
Akavache Http Client Factory
- Implements
- Extension Methods
Constructors
DefaultAkavacheHttpClientFactory()
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.