HttpMessageInvoker Constructor (HttpMessageHandler, Boolean)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Initializes an instance of a HttpMessageInvoker class with a specific HttpMessageHandler.
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: