System.Net.HttpClient.IHTTPResponse.GetStatusCode
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.