Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication
Delphi
property PreemptiveAuthentication: Boolean read GetPreemptiveAuthentication
C++
__property bool PreemptiveAuthentication = {read=GetPreemptiveAuthentication, write=SetPreemptiveAuthentication, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Property controls preemptive authentication. When set to True, then basic authentication will be provided before the server gives an unauthorized response.