Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication

提供:RAD Studio API Documentation

Delphi

property PreemptiveAuthentication: Boolean read GetPreemptiveAuthentication

C++

__property bool PreemptiveAuthentication = {read=GetPreemptiveAuthentication, write=SetPreemptiveAuthentication, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp


説明

先行認証を生業するプロパティ。 True に設定されている場合、ベーシック認証が、サーバーが非認可応答をする前に行われます。


関連項目