|
<< Click to Display Table of Contents >> Navigation: Classes > TIWHTTPClientBase > Methods > Delete |
SIGNATURE=IW.HTTP.ClientBase.TIWHTTPClientBase.Delete@string@string
ETYPE=Method
Declaration:
Delphi: |
public function Delete(const AURL: string; const AContentType: string = ''): Boolean; |
C++: |
public: __fastcall bool Delete(const String AURL, const String AContentType = ""); |
Description: This is Delete, a member of class TIWHTTPClientBase.