DelegatingHandler Constructor
Initializes a new instance of the DelegatingHandler class.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New DelegatingHandler()
protected DelegatingHandler()
protected:
DelegatingHandler()
new : unit -> DelegatingHandler
protected function DelegatingHandler()