C-DEngine 5.105

Cookie Constructor

Overload List


  Name Description
Public method Cookie()()()()
Initializes a new instance of the Cookie class.
Public method Cookie(String, String)
Initializes a new instance of the Cookie class with the specified name and value.
Public method Cookie(String, String, String)
Initializes a new instance of the Cookie class with the specified name, value, and path.
Public method Cookie(String, String, String, String)
Initializes a new instance of the Cookie class with the specified name, value, path, and domain.