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