Click or drag to resize

IResumableUploadAsync Methods

IT Hit WebDAV Classes Reference

The IResumableUploadAsync type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCancelUploadAsync
Cancels upload of the file.
Public methodCancelUploadAsync(String)
Cancels upload of the file.
Public methodGetBytesUploadedAsync
Amount of bytes successfully uploaded to server.
Public methodGetWriteStreamAsync(Int64, Int64, Int64)
Saves files's partial content to WebDAV server.
Public methodGetWriteStreamAsync(Int64, Int64, Int64, String)
Saves files's partial content to WebDAV server.
Public methodGetWriteStreamAsync(Int64, Int64, Int64, String, String)
Saves files's partial content to WebDAV server.
Top
See Also