System.Net.HttpClient.TCookie.HttpOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HttpOnly: Boolean;

C++

bool HttpOnly;

Properties

Type Visibility Source Unit Parent
field public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient TCookie

Description

Browser dependant property that indicates whether or not the cookie can be accessed from HTTP requests only.

If HttpOnly is True, only HTTP requests can access the cookie.

See Also