Class DownloadOptions
Inheritance
DownloadOptions
Assembly: Glitch9.IO.dll
Syntax
public sealed class DownloadOptions
Properties
|
Edit this page
View Source
AbortMode
Declaration
public DownloadAbortMode AbortMode { get; set; }
Property Value
|
Edit this page
View Source
BufferSize
Declaration
public int BufferSize { get; set; }
Property Value
|
Edit this page
View Source
DownloadListener
The download listener for handling streaming download responses.
Declaration
public IStreamingDownloadListener DownloadListener { get; set; }
Property Value
|
Edit this page
View Source
FilePath
Declaration
public FilePath FilePath { get; set; }
Property Value
|
Edit this page
View Source
IsTemporary
Declaration
public bool IsTemporary { get; set; }
Property Value
|
Edit this page
View Source
Overwrite
Declaration
public bool Overwrite { get; set; }
Property Value
Extension Methods