HttpClient Constructor
Initializes a new instance of the HttpClient class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HttpClient() | Initializes a new instance of the HttpClient class. | |
HttpClient(HttpMessageHandler) | Initializes a new instance of the HttpClient class with a specific handler. | |
HttpClient(HttpMessageHandler, Boolean) | Initializes a new instance of the HttpClient class with a specific handler and a value that indicates whether this instance is responsible for disposing the handler. |
Top