System.Net.HttpClient.THTTPClient.Create
Delphi
class function Create: THTTPClient;
C++
__classmethod THTTPClient* __fastcall Create();
/* TURLClient.Create */ inline __fastcall THTTPClient() : System::Net::Urlclient::TURLClient() { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPClient |
Description
Creates an instance of THTTPClient.
THTTPClient.Create returns the platform implementation of an THTTPClient.
- Note: Ensure to free the obtained THTTPClient object instance.