Click or drag to resize

IDownloadCancel Method

Cancels this download. Will have no effect when the download is already cancelled.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Cancel()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDownload has already been disposed.
See Also