System.Net.HttpClient.THTTPClient.PreemptiveAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreemptiveAuthentication: Boolean read FPreemptiveAuthentication  write FPreemptiveAuthentication default False;

C++

__property bool PreemptiveAuthentication = {read=FPreemptiveAuthentication, write=FPreemptiveAuthentication, default=0};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Property controls preemptive authentication. When set to True, then basic authentication will be provided before the server gives an unauthorized response.

See Also