HTTPApp.TCookie
Contents |
Delphi Information
From HTTPApp.pas
TCookie = class(TCollectionItem)
Unit: HTTPApp
Type: class
Inherited Class Members: HTTPApp.TCookie Members
Class Properties: HTTPApp.TCookie Properties
Class Methods: HTTPApp.TCookie Methods
Class Constructors & Destructors: HTTPApp.TCookie Constructors
C++ Information
From HTTPApp.hpp
TCookie = class(TCollectionItem)
Unit: HTTPApp
Type: class
Inherited Class Members: HTTPApp.TCookie Members
Class Properties: HTTPApp.TCookie Properties
Class Methods: HTTPApp.TCookie Methods
Class Constructors & Destructors: HTTPApp.TCookie Constructors
Description
TCookie represents a Cookie header in an HTTP response message.
Use TCookie to specify the cookie header that should be sent with a response message when responding to an HTTP request message. Cookie headers contain state information that the Web client passes on to other locations on the Internet or Intranet.