Namespace Cuemon.Net.Http
Assembly: Cuemon.Net.dll
Classes
HttpManager
Provides ways for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. This class cannot be inherited.
HttpManagerExtensions
This is an extension implementation of the most common methods on the HttpManager class.
HttpManagerOptions
Specifies options that is related to the HttpManager class.
HttpMethodConverter
This utility class is designed to make System.Net.Http.HttpMethod related conversions easier to work with.
HttpMethodExtensions
This is an extension implementation of the System.Net.Http.HttpMethod class.
HttpRequestOptions
Specifies options that is related to HttpManager operations.
Enums
HttpMethods
Defines the official HTTP data transfer method (such as GET, POST, or HEAD) used by the client to query a web server.