System.Net.HttpClientComponent.TNetHTTPClientHelper.PreemptiveAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreemptiveAuthentication: Boolean read GetPreemptiveAuthentication  write SetPreemptiveAuthentication default False;

Properties

Type Visibility Source Unit Parent
property public System.Net.HTTPClientComponent.pas System.Net.HttpClientComponent TNetHTTPClientHelper

Description

Property that controls preemptive authentication.

When this property is set to True, basic authentication is provided before the server gives an unauthorized response.