Data.DbxHTTPLayer.TDSHTTPClient.GetResponseCode
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDSHTTPClient |
Delphi
function GetResponseCode: Integer; virtual; abstract;
C++
virtual int __fastcall GetResponseCode() = 0 ;
Description
Returns the value of the ResponseCode property.
The GetResponseCode method is the read implementation of the ResponseCode property.