System.Net.HttpClient.THTTPResponse.GetStatusCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStatusCode: Integer; virtual; abstract;

C++

virtual int __fastcall GetStatusCode() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Getter method for the StatusCode property.

System.Net.HttpClient.THTTPResponse.GetStatusCode inherits from System.Net.HttpClient.IHTTPResponse.GetStatusCode. All content below this line refers to System.Net.HttpClient.IHTTPResponse.GetStatusCode.

Getter method for the StatusCode property.

Note: GetStatusCode must be overridden in platform implementation.

See Also