Click or drag to resize

Cookie Constructor

Overload List
  NameDescription
Public methodCookie
Initializes a new instance of the Cookie class.
Public methodCookie(String, String)
Initializes a new instance of the Cookie class with the specified name and value.
Public methodCookie(String, String, String)
Initializes a new instance of the Cookie class with the specified name, value, and path.
Public methodCookie(String, String, String, String)
Initializes a new instance of the Cookie class with the specified name, value, path, and domain.
Top
See Also