Windows apps
Collapse the table of content
Expand the table of content

HttpMessageInvoker Constructor (HttpMessageHandler)

Initializes a new instance of the HttpMessageInvoker class with the specified message handler.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
HttpMessageInvoker(
	HttpMessageHandler^ handler
)

Parameters

handler
Type: System.Net.Http::HttpMessageHandler
The handler responsible for processing the HTTP response messages.
Show:
© 2017 Microsoft