Click or drag to resize
DAVClient Methods

The DAVClient type exposes the following members.

Methods
  NameDescription
Public methodaddDAVItem
Adds a DAV item to the server
Public methoddeleteDAVItem
Deletes a DAV item on the server
Public methoddiscoverResource
Responsible for locating a DAV Container according to it's type.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFetchFolders
This pre-populates the folder list for a connection (rather than having them be discovered/fetched on the fly)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetCalendarItems
Returns the items within a Calendar (or limits to the list of ItemIds defined in ItemList)
Public methodgetContactItems
Returns a list of Contacts within a collection. If ItemList is blank or Nothing, it returns everything (if it has itemids/filenames, then only those items are returned) If bGetData is true, then it will return the actual vcards for the contacts as well.
Public methodGetContainerTypeByName
Uses the name of the folder to determine the type
Public methodgetDAVFreeBusy
Fetches the free busy data calendar output for a user
Public methodGetFolder
Locates a FolderItem by it's string Name
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetItems
Returns the items within a collection
Public methodgetObjectRequest
Queries the URI for a DAV Collection/DAVContainer and returns its properties within DAVObject
Public methodgetObjectState
Issues a request to the server to determine the state of an object (to determine whether it has changed or not)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXMLNodeString
Support function to return the string for a given XML Node
Public methodGetXMLNodeURI
Builds a URI Object from an XML Node value
Public methodIssueRequest
Issues a DAV Request to the DAV Host
(Inherited from DAVConnection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormaliseCrLf
Normalises LineFeeds to Crlf
Public methodparseDAVItemList
Issues a request for Contact data to the server and then parses the response. If ItemList is blank or Nothing, it returns everything (if it has itemids/filenames, then only those items are returned) If bGetData is true, then it will return the actual vcards for the contacts as well.
Public methodparseFreeBusyRequest
Parses the result of a free/busy request
Public methodparseObjectProperties
Parses the response returned for a given DAV Object/Collection
Public methodparseObjectResponse
Parses a DAV Object response to derive the properties of a DAVObject
Public methodparseObjectState
Parses a DAV Object State response to determine whether it has changed
Public methodparseResolveObjectRequest
Parses the response to a resolve object request
Public methodPollFolderForChanges
Polls a dav folder for changes and returns when it either expires or there is a change
Public methodresolveObjectRequest
Attempts to find and collections of a specified FolderType under the HomeSetURL
Public methodsearchForObject
Searches a returned XML Response for a given resource/object according to the specified container type (FolderType)
Public methodSetConnection
Sets the connection details
(Inherited from DAVConnection.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodupdateDAVItem
Updates a dav item on the server
Top
See Also