The WebDavSession type exposes the following members.
Name | Description | |
---|---|---|
CreateFolderAsync |
Creates a new folder.
| |
DeleteAsync |
Deletes an item.
| |
Dispose | ||
Dispose(Boolean) | ||
DownloadAsync |
Loads a file or a part of the content of the file from WebDAV server.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExistsAsync(String, IDictionaryString, String, CancellationToken) |
Checks whether specified path exists.
| |
ExistsAsync(Uri, IDictionaryString, String, CancellationToken) |
Checks whether specified uri exists.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChangesAsync |
Returns a list of changes that correspond to a synchronization request.
| |
GetChildrenAsync |
Enumerates children of the specified folder.
| |
GetFileAsync(String, IDictionaryString, String, CancellationToken) |
Returns IFile corresponding to path.
| |
GetFileAsync(Uri, IDictionaryString, String, CancellationToken) |
Returns IFile corresponding to path.
| |
GetFolderAsync(String, IDictionaryString, String, CancellationToken) |
Returns IFolder corresponding to path.
| |
GetFolderAsync(Uri, IDictionaryString, String, CancellationToken) |
Returns IFolder corresponding to path.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItemAsync(String, IDictionaryString, String, CancellationToken) |
Returns IHierarchyItem corresponding to path.
| |
GetItemAsync(Uri, IDictionaryString, String, CancellationToken) |
Returns IHierarchyItem corresponding to path.
| |
GetItemAsync(Uri, PropertyName, IDictionaryString, String, CancellationToken) |
Returns IHierarchyItem corresponding to path.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVersionAsync(String, IDictionaryString, String, CancellationToken) |
Returns IVersion corresponding to path.
| |
GetVersionAsync(Uri, IDictionaryString, String, CancellationToken) |
Returns IVersion corresponding to path.
| |
LockAsync |
Locks an item.
| |
LogWebDavError(WebDavErrorEventArgs) |
Rises the WebDavError event.
| |
LogWebDavError(WebDavException) |
Rises the WebDavError event.
| |
LogWebDavMessage |
Rises the WebDavMessage event.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveToAsync |
Moves an item to a new location.
| |
OnWebDavError |
Rises the WebDavError event.
| |
OnWebDavMessage |
Rises the WebDavMessage event.
| |
RefreshLockAsync |
Prolongs the lock.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnlockAsync |
Unlocks an item.
| |
UploadAsync |
Prepares a request to create or update a file.
|