The IItemContentAsync type exposes the following members.
Name | Description | |
---|---|---|
DownloadAsync |
Downloads content of the file to a file specified by filename | |
GetReadStreamAsync |
Loads content of the file from WebDAV server.
| |
GetReadStreamAsync(Int64, Int64) |
Loads part of the content of the file from WebDAV server.
| |
GetReadStreamAsync(Int64, Int64, DateTime) |
Loads part of the content of the file from WebDAV server using lastModifiedUtc
to ensure the content is up-to-date.
| |
GetReadStreamAsync(Int64, Int64, String) |
Loads part of the content of the file from WebDAV server using eTag to
ensure the content is up-to-date.
| |
GetWriteStreamAsync(Int64) |
Saves file's content to WebDAV server.
| |
GetWriteStreamAsync(String, Int64) |
Saves file's content to WebDAV server.
| |
GetWriteStreamAsync(String, Int64, String) |
Saves files's content to WebDAV server.
| |
UploadAsync(String) |
Uploads content of a file specified by filename to the server
| |
UploadAsync(String, String) |
Uploads content of a file specified by filename to the server
|