System.Net.HttpClient.THTTPRequest
Delphi
THTTPRequest = class(TURLRequest, IHTTPRequest)
C++
class PASCALIMPLEMENTATION THTTPRequest : public System::Net::Urlclient::TURLRequest
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | System.Net.HttpClient |
Description
Class that handles HTTP requests.
You may use the following methods to configure the HTTP header fields of your request:
To track the progress of the response data download, either assign a callback method to the ReceiveDataCallback or assign an event handler to the OnReceiveData event.