Web.Win.IsapiHTTP.TISAPIResponse.GetStatusCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStatusCode: Integer; override;

C++

virtual int __fastcall GetStatusCode();

Properties

Type Visibility Source Unit Parent
function protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Reads the value of the StatusCode property.

GetStatusCode is the protected access function for the StatusCode property.

See Also