Class StreamingDownloadListener
Inheritance
StreamingDownloadListener
Assembly: Glitch9.IO.dll
Syntax
public sealed class StreamingDownloadListener : IStreamingDownloadListener
Events
|
Edit this page
View Source
OnComplete
Declaration
public event Action OnComplete
Event Type
|
Edit this page
View Source
OnError
Declaration
public event Action<Exception> OnError
Event Type
|
Edit this page
View Source
OnProgress
Declaration
public event Action<DownloadProgress> OnProgress
Event Type
Implements
Extension Methods