Click or drag to resize

IResumableUploadAsyncCancelUploadAsync Method

IT Hit WebDAV Classes Reference
Cancels upload of the file.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
Task CancelUploadAsync()

Return Value

Type: Task

[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IResumableUploadAsync.CancelUploadAsync"]

Exceptions
ExceptionCondition
NotFoundExceptionThis resource doesn't exist on the server.
LockedExceptionFile is locked and valid lock token was not specified.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionUnexpected error occurred.
Remarks

This method submits CANCELUPLOAD request to a file. The server should cancel the file upload and remove temporary files if any.

If your server is based on IT Hit WebDAV Server Engine and the item was automatically checked-out by server Engine when upload started it will be automatically checked-in by server Engine after this call.

Examples
Request:
CANCELUPLOAD /LargeFile.doc HTTP/1.1
Host: http://server:8580/
Response:
HTTP/1.1 200 OK
See Also