CookieState Constructor (String)
Initializes a new instance of the CookieState class.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New CookieState(name)
public CookieState(
string name
)
public:
CookieState(
String^ name
)
new :
name:string -> CookieState
public function CookieState(
name : String
)
Parameters
name
Type: System.StringThe name of the cookie.