System.Net.HttpClient.IHTTPResponse.StatusCode

From RAD Studio API Documentation
Revision as of 16:02, 10 February 2015 by Jesush (talk | contribs) (58500)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property StatusCode: Integer read GetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Status-Code field of the response.

See Also