Web.HTTPApp.TWebResponse.FormatAuthenticate

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FormatAuthenticate: string;

C++

System::UnicodeString __fastcall FormatAuthenticate();

プロパティ

種類 可視性 ソース ユニット
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

説明

カンマで区切られた 1 つまたは複数の未処理アクセスからなるリストで,StatusCode 401(不許可)でリクエストが失敗したときに提供されます。

Realm が空の文字列の場合,FormatAuthenticateWWWAuthenticate の値を返します。空の文字列ではない場合,WWWAuthenticate プロパティの realm を示す名前/値のペアを返します。

関連項目