System.Net.HttpClient.THTTPClient.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THTTPClient();

Properties

Type Visibility Source Unit Parent
destructor public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Destroys this instance of THTTPClient.

Destroy frees the CookieManager.

See Also