wxCurlDAV Class Reference
A specialized interface to WebDAV derived from wxCurlBase.
More...
#include <dav.h>
List of all members.
Public Member Functions |
| wxCurlDAV (const wxString &szURL=wxEmptyString, const wxString &szUserName=wxEmptyString, const wxString &szPassword=wxEmptyString, wxEvtHandler *pEvtHandler=NULL, long flags=wxCURL_DEFAULT_FLAGS) |
bool | Mkcol (const wxString &szRemoteCol=wxEmptyString) |
bool | Propfind (const wxString &szRemoteLoc=wxEmptyString) |
bool | Propfind (const wxArrayString &arrTags, const wxString &szRemoteLoc=wxEmptyString) |
bool | Propfind (const char *buffer, size_t size, const wxString &szRemoteLoc=wxEmptyString) |
bool | Propfind (wxInputStream &buffer, const wxString &szRemoteLoc=wxEmptyString) |
bool | Proppatch (const char *buffer, size_t size, const wxString &szRemoteLoc=wxEmptyString) |
bool | Proppatch (wxInputStream &buffer, const wxString &szRemoteLoc=wxEmptyString) |
bool | Copy (const wxString &szRemoteLocDest, const bool &bOverwrite=true, const wxString &szRemoteLocSrc=wxEmptyString) |
bool | Move (const wxString &szRemoteLocDest, const bool &bOverwrite=true, const wxString &szRemoteLocSrc=wxEmptyString) |
bool | Lock (const wxString &szRemotLoc=wxEmptyString) |
bool | Unlock (const wxString &szRemoteLoc=wxEmptyString) |
Protected Member Functions |
virtual wxString | ConstructPropfindXml (const wxArrayString &arrTags) |
Detailed Description
A specialized interface to WebDAV derived from wxCurlBase.
The documentation for this class was generated from the following file: