System.Net.HttpClient.TCookie.Secure

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also