Datasnap.DSHTTPClient.TDSHTTP.ResponseCode

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

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

説明

HTTP 応答で受信された数値コードを表します。


ResponseCode プロパティは、HTTP 応答で受信された数値コードを指定します。

関連項目