HttpClient Constructor (HttpMessageHandler, Boolean)
.NET Framework (current version)
Initializes a new instance of the HttpClient class with a specific handler.
Assembly: System.Net.Http (in System.Net.Http.dll)
Parameters
- handler
-
Type:
System.Net.Http.HttpMessageHandler
The HttpMessageHandler responsible for processing the HTTP response messages.
- disposeHandler
-
Type:
System.Boolean
true if the inner handler should be disposed of by Dispose(), false if you intend to reuse the inner handler.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: