Web.HTTPApp.TCookie Properties
InheritedProtected
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Domain | public | Specifies the Domain field of the cookie header. |
| Expires | public | Specifies when the cookie is no longer valid. |
| HeaderValue | public | Specifies the Cookie header string that represents this TCookie object. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Name | public | Specifies the name of the custom field represented by this Cookie header. |
| Path | public | Identifies the paths of URLs to which the Cookie should be sent. |
| Secure | public | Determines whether the Web client must use a secure connection to pass on the Cookie header. |
| Value | public | Specifies the value of the Cookie header field named by the Name property. |