System.Net.HttpClient.THTTPClient.DoProcessStatus

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

Delphi

function DoProcessStatus(const ARequest: IHTTPRequest; const  AResponse: IHTTPResponse): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoProcessStatus(const _di_IHTTPRequest ARequest, const _di_IHTTPResponse AResponse) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Method to execute specific actions after the ARequest has been executed.

The AResponse is also included as an input.

See Also