CDAVMessage



Member Functions

CDAVMessage

public:

CDAVMessage();

object constructor


CDAVMessage

public:

CDAVMessage(const char * inMessage);

object constructor

Parameters

NameDescription
inMessagethe actual data to be sent as the HTTP request body

GetDepth

public:

DAVTypes::PropertyDepth GetDepth();


GetDestination

public:

const char *GetDestination();


GetHasDepth

public:

Boolean GetHasDepth();


GetHasDestination

public:

Boolean GetHasDestination();


GetHasIfHeader

public:

Boolean GetHasIfHeader();


GetHasLockToken

public:

Boolean GetHasLockToken();


GetHasOverwrite

public:

Boolean GetHasOverwrite();


GetHasTimeout

public:

Boolean GetHasTimeout();


GetIfHeader

public:

const char* GetIfHeader();


GetLockToken

public:

const char* GetLockToken();


GetOverwrite

public:

DAVTypes::Overwrite GetOverwrite();


GetProxyPassword

public:

const char* GetProxyPassword();


GetProxyUserName

public:

const char* GetProxyUserName();


GetTimeoue

public:

const char* GetTimeout();


SetDepth

public:

void SetDepth(DAVTypes::PropertyDepth depth);


SetDestination

public:

void SetDestination(ConstStr255Param destination);


SetDestination

public:

void SetDestination(const char* destination);


SetIfHeader

public:

void SetIfHeader(const char* ifhdr);


SetLockToken

public:

void SetLockToken(const char* lockToken);


SetOvwewrite

public:

void SetOverwrite(DAVTypes::Overwrite destination);


SetProxyPassword

public:

void SetProxyPassword(const char * inPassword);


SetProxyUserName

public:

void SetProxyUserName(const char * inUserName);


SetTimeout

public:

void SetTimeout(const char* timeout);


~CDAVMessage

public:

virtual ~CDAVMessage();

object destructor


© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)