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