HTTPApp.TCookie Properties
Delphi Information
| property Name: AnsiString read FName write FName; |
Specifies the name of the custom field represented by this Cookie header. |
| property Value: AnsiString read FValue write FValue; |
Specifies the value of the Cookie header field named by the Name property. |
| property Domain: AnsiString read FDomain write FDomain; |
Specifies the Domain field of the cookie header. |
| property Path: AnsiString read FPath write FPath; |
Identifies the paths of URLs to which the Cookie should be sent. |
| property Expires: TDateTime read FExpires write FExpires; |
Specifies when the cookie is no longer valid. |
| property Secure: Boolean read FSecure write FSecure; |
Determines whether the Web client must use a secure connection to pass on the Cookie header. |
| property HeaderValue: AnsiString read GetHeaderValue; |
Specifies the Cookie header string that represents this TCookie object. |
Unit: HTTPApp
Type: property
Visibility: public
Member Of: TCookie
C++ Information
| __property System::AnsiStringT<0> Name = {read=FName,write=FName}; |
Specifies the name of the custom field represented by this Cookie header. |
| __property System::AnsiStringT<0> Value = {read=FValue,write=FValue}; |
Specifies the value of the Cookie header field named by the Name property. |
| __property System::AnsiStringT<0> Domain = {read=FDomain,write=FDomain}; |
Specifies the Domain field of the cookie header. |
| __property System::AnsiStringT<0> Path = {read=FPath,write=FPath}; |
Identifies the paths of URLs to which the Cookie should be sent. |
| __property System::TDateTime Expires = {read=FExpires,write=FExpires}; |
Specifies when the cookie is no longer valid. |
| __property bool Secure = {read=FSecure,write=FSecure}; |
Determines whether the Web client must use a secure connection to pass on the Cookie header. |
| __property System::AnsiStringT<0> HeaderValue = {read=GetHeaderValue}; |
Specifies the Cookie header string that represents this TCookie object. |
Unit: HTTPApp
Type: property
Visibility: public
Member Of: TCookie
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!