DSAzure.TAzureHTTP

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: DSAzure |
Delphi
TAzureHTTP = class(TIdHTTP)
C++
class PASCALIMPLEMENTATION TAzureHTTP : public Idhttp::TIdHTTP
Description
Provides HTTP client functionality.
The TAzureHTTP class provides HTTP client functionality. TAzureHTTP implements methods for sending various HTTP commands (such as DELETE
, MERGE
, and so on) to return the appropriate response.