Click or drag to resize

IDownloadPause Method

Pauses this download. Will have no effect when the download is already paused.

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