Click or drag to resize

IItemContentAsyncGetReadStreamAsync Method

IT Hit WebDAV Classes Reference
Overload List
  NameDescription
Public methodCode exampleGetReadStreamAsync
Loads content of the file from WebDAV server.
Public methodGetReadStreamAsync(Int64, Int64)
Loads part of the content of the file from WebDAV server.
Public methodCode exampleGetReadStreamAsync(Int64, Int64, DateTime)
Loads part of the content of the file from WebDAV server using lastModifiedUtc to ensure the content is up-to-date.
Public methodCode exampleGetReadStreamAsync(Int64, Int64, String)
Loads part of the content of the file from WebDAV server using eTag to ensure the content is up-to-date.
Top
See Also