21 virtual bool Execute(
const CURL& url);
23 bool Delete(
const CURL& url)
override;
24 bool Rename(
const CURL& url,
const CURL& urlnew)
override;
26 virtual int GetLastResponseCode() {
return m_lastResponseCode; }
29 int m_lastResponseCode = 0;
Definition: CurlFile.h:24