public:
CDAVInfo& operator =(CDAVInfo& rhs);
assignment operator
public:
CDAVInfo();
object constructor
public:
CDAVInfo(CDAVInfo &rhs);
object constructor
public:
std::string& getDavClassSupport();
returns the DAV server class
public:
Boolean getHasMSHeaderFields();
returns whether the server returned any Microsoft specific HTTP headers
public:
Boolean getHasExecutableSupport();
mod_dav 1.0 introduced a custom property to allow users to set the executable bit on a Unix filesystem. The presence of this property is signaled with in the HTTP header DAV: by an opaque string. This function returns true if this function is available.
public:
std::string& getMSHeaderFields();
returns the content of any server returned any Microsoft specific HTTP headers
public:
std::string& getServerType();
returns the server type (ie, Apache 1.3.9/mod_dav)
public:
SInt32 getSupportedOperations();
returns all supported operations as specified by ProtocolOperations ANDed together
public:
void setDavClassSupport(std::string& vl);
sets the DAV server class
public:
void setMSHeaderFields(std::string &msHdrs);
sets the contents of any Microsoft Authoring HTTP headers
public:
void setServerType(std::string &st);
sets the server type
public:
void setSupportedOperations(SInt32 ops);
set all supported operations as specified by ProtocolOperations ANDed together
public:
virtual ~CDAVInfo();
object destructor
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)