System.Net.HttpClient.IHTTPResponse.StatusCode

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

Delphi

property StatusCode: Integer read GetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode};

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse


説明

レスポンスStatus-Code フィールド。

関連項目