Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseNo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ResponseNo: Integer read GetResponseNo write SetResponseNo;

C++

__property int ResponseNo = {read=GetResponseNo, write=SetResponseNo, nodefault};

Description

Represents the response code received in an HTTP response.

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

See Also