Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseNo
| [–] 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.