Click or drag to resize

WebDavSession Methods

IT Hit WebDAV Classes Reference

The WebDavSession type exposes the following members.

Methods
  NameDescription
Public methodCreateFolderAsync
Creates a new folder.
Public methodDeleteAsync
Deletes an item.
Public methodDispose
Protected methodDispose(Boolean)
Public methodDownloadAsync
Loads a file or a part of the content of the file from WebDAV server.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodCode exampleExistsAsync(String, IDictionaryString, String, CancellationToken)
Checks whether specified path exists.
Public methodCode exampleExistsAsync(Uri, IDictionaryString, String, CancellationToken)
Checks whether specified uri exists.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChangesAsync
Returns a list of changes that correspond to a synchronization request.
Public methodGetChildrenAsync
Enumerates children of the specified folder.
Public methodCode exampleGetFileAsync(String, IDictionaryString, String, CancellationToken)
Returns IFile corresponding to path.
Public methodCode exampleGetFileAsync(Uri, IDictionaryString, String, CancellationToken)
Returns IFile corresponding to path.
Public methodCode exampleGetFolderAsync(String, IDictionaryString, String, CancellationToken)
Returns IFolder corresponding to path.
Public methodCode exampleGetFolderAsync(Uri, IDictionaryString, String, CancellationToken)
Returns IFolder corresponding to path.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodCode exampleGetItemAsync(String, IDictionaryString, String, CancellationToken)
Returns IHierarchyItem corresponding to path.
Public methodCode exampleGetItemAsync(Uri, IDictionaryString, String, CancellationToken)
Returns IHierarchyItem corresponding to path.
Public methodGetItemAsync(Uri, PropertyName, IDictionaryString, String, CancellationToken)
Returns IHierarchyItem corresponding to path.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleGetVersionAsync(String, IDictionaryString, String, CancellationToken)
Returns IVersion corresponding to path.
Public methodCode exampleGetVersionAsync(Uri, IDictionaryString, String, CancellationToken)
Returns IVersion corresponding to path.
Public methodLockAsync
Locks an item.
Public methodLogWebDavError(WebDavErrorEventArgs)
Rises the WebDavError event.
Public methodLogWebDavError(WebDavException)
Rises the WebDavError event.
Public methodLogWebDavMessage
Rises the WebDavMessage event.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveToAsync
Moves an item to a new location.
Protected methodOnWebDavError
Rises the WebDavError event.
Protected methodOnWebDavMessage
Rises the WebDavMessage event.
Public methodRefreshLockAsync
Prolongs the lock.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlockAsync
Unlocks an item.
Public methodUploadAsync
Prepares a request to create or update a file.
Top
See Also