Web.HTTPApp.TCookie Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DomainpublicSpecifies the Domain field of the cookie header.
ExpirespublicSpecifies when the cookie is no longer valid.
HeaderValuepublicSpecifies the Cookie header string that represents this TCookie object.
HttpOnlypublic
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
NamepublicSpecifies the name of the custom field represented by this Cookie header.
PathpublicIdentifies the paths of URLs to which the Cookie should be sent.
SecurepublicDetermines whether the Web client must use a secure connection to pass on the Cookie header.
ValuepublicSpecifies the value of the Cookie header field named by the Name property.