Improve this Doc View Source

Namespace Dapplo.HttpExtensions.Factory

Classes

HttpClientFactory

Creating a HttpClient is not very straightforward, that is why the logic is capsulated in the HttpClientFactory.

HttpContentFactory

Factory methods to create HttpContent

HttpMessageHandlerFactory

Creating a HttpMessageHandler is not very straightforward, that is why the logic is capsulated in the HttpMessageHandlerFactory.

HttpRequestMessageFactory

Dapplo.HttpExtension uses the HttpRequestMessage to send the requests. This makes it a lot more flexible to use Accept headers and other stuff This is the factory for it.

WebProxyFactory

Creating a proxy is not very straightforward, that is why the logic is capsulated in the ProxyFactory.