The ReturnedCookie type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | CurrentHost |
Gets the current URL the browser is viewing.
|
![]() | Domain |
Gets the domain of the cookie.
(Inherited from Cookie.) |
![]() | Expiry |
Gets the expiration date of the cookie.
(Inherited from Cookie.) |
![]() | Name |
Gets the name of the cookie.
(Inherited from Cookie.) |
![]() | Path |
Gets the path of the cookie.
(Inherited from Cookie.) |
![]() | Secure |
Gets a value determining if the cookie is secure.
(Overrides Cookie Secure.) |
![]() | Value |
Gets the value of the cookie.
(Inherited from Cookie.) |
See Also