System.Net.HttpClient.IHTTPResponse.GetStatusCode

From RAD Studio API Documentation
Revision as of 16:22, 21 January 2015 by Carolinag (talk | contribs) (RS-57905)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetStatusCode: Integer;

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 IHTTPResponse

Description

Getter method for the StatusCode property.

Note: GetStatusCode must be overridden in platform implementation.

See Also