System.Net.HttpClient.IHTTPResponse.StatusCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusCode: Integer read GetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Status-Code field of the response.

See Also