System.Net.HttpClient.TCookie.Secure
Delphi
Secure: Boolean;
C++
bool Secure;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | System.Net.HTTPClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | TCookie |
Description
Indicates whether the TCookie is a Secure cookie or not.
If Secure is set to True, the cookie is only sent when the https scheme is selected.