wxCurlDAVTool Class Reference
List of all members.
Public Member Functions |
| wxCurlDAVTool (const wxString &szURL=wxEmptyString, const wxString &szUserName=wxEmptyString, const wxString &szPassword=wxEmptyString, wxEvtHandler *pEvtHandler=NULL, long flags=wxCURL_DEFAULT_FLAGS) |
bool | GetDAVFs (wxArrayDAVFs &fs, const wxString &szRemoteLoc=wxEmptyString) |
bool | Exists (const wxString &szRemoteLoc=wxEmptyString) |
bool | IsDirectory (const wxString &szRemoteLoc=wxEmptyString) |
bool | HasDirectory (const wxString &szRemoteLoc=wxEmptyString) |
bool | IsOk (const wxString &szRemoteLoc=wxEmptyString) |
wxDateTime | GetLastModified (const wxString &szRemoteLoc=wxEmptyString) |
wxDateTime | GetCreationDate (const wxString &szRemoteLoc=wxEmptyString) |
long | GetContentLength (const wxString &szRemoteLoc=wxEmptyString) |
wxString | GetContentType (const wxString &szRemoteLoc=wxEmptyString) |
Protected Member Functions |
bool | ParseResponseXml (wxCurlDAVFs &fsItem, wxXmlNode *pNode) |
bool | ParsePropstatXml (wxCurlDAVFs &fsItem, wxXmlNode *pNode) |
bool | ParsePropsXml (wxCurlDAVFs &fsItem, wxXmlNode *pNode) |
The documentation for this class was generated from the following file: