Datasnap.DSHTTPClient.TDSHTTP.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: TDSHTTP

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

__property int ResponseCode = {read=GetResponseCode, nodefault};

Description

Represents the numeric code received in an HTTP response.

The ResponseCode property specifies the numeric code received in an HTTP response.

See Also