Name | Description | |
---|---|---|
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.
|