Class HttpMessageHandlerFactory
Creating a HttpMessageHandler is not very straightforward, that is why the logic is capsulated in the HttpMessageHandlerFactory.
Inheritance
System.Object
HttpMessageHandlerFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.Factory
Assembly: Dapplo.HttpExtensions.dll
Syntax
public static 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 |
---|---|
HttpMessageHandler | HttpMessageHandler (WebRequestHandler) |