Class HttpMessageHandlerFactory
Creating a HttpMessageHandler is not very straightforward, that is why the logic is capsulated in the HttpMessageHandlerFactory.
Inheritance
System.Object
HttpMessageHandlerFactory
Namespace:Dapplo.HttpExtensions.Factory
Assembly:Dapplo.HttpExtensions.dll
Syntax
public class HttpMessageHandlerFactory
Methods
| Improve this Doc View SourceCreate()
This creates a HttpMessageHandler Should be the preferred method to use to create a HttpMessageHandler
Declaration
public static HttpMessageHandler Create()
Returns
Type | Description |
---|---|
System.Net.Http.HttpMessageHandler | HttpMessageHandler (WebRequestHandler) |