DelegatingHandler Constructor

.NET Framework (current version)
 

Creates a new instance of the DelegatingHandler class.

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

NameDescription
System_CAPS_protmethodDelegatingHandler()

Creates a new instance of the DelegatingHandler class.

System_CAPS_protmethodDelegatingHandler(HttpMessageHandler^)

Creates a new instance of the DelegatingHandler class with a specific inner handler.

Return to top
Show: