Click or drag to resize

IDownload Interface


Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public interface IDownload : IDisposable

The IDownload type exposes the following members.

Properties
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodPause 
Public methodResume 
Public methodStartAsync 
Public methodStop 
Top
Events
See Also