Datasnap.DSHTTPClient.TDSHTTP.ResponseCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseCode: Integer read GetResponseCode;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

Represents the numeric code received in an HTTP response.

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

See Also