System.Net.HttpClient.TCookie Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
DomainpublicDomain of the cookie.
ExpirespublicDate when the cookie expires.
HttpOnlypublicBrowser dependant property that indicates whether or not the cookie can be accessed from HTTP requests only.
NamepublicName of the cookie.
PathpublicPath of the cookie.
SecurepublicIndicates whether the TCookie is a Secure cookie or not.
ValuepublicValue of the cookie.