Interface IStreamingDownloadListener
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamingDownloadListener
Methods
| Edit this page View SourceOnComplete()
Declaration
void OnComplete()
OnError(Exception)
Declaration
void OnError(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception |
OnProgress(DownloadProgress)
Declaration
void OnProgress(DownloadProgress progress)
Parameters
| Type | Name | Description |
|---|---|---|
| DownloadProgress | progress |