프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DownloadFile ( [ source, [ target, long bytesTotal = -1 ) : System |
Creates a new download task.
|
메소드 | 설명 | |
---|---|---|
CreateTargetStream ( ) : Stream |
public DownloadFile ( [ source, [ target, long bytesTotal = -1 ) : System | ||
source | [ | The URL the file is to be downloaded from. |
target | [ | The local path to save the file to. A preexisting file will be overwritten. |
bytesTotal | long | The number of bytes the file to be downloaded is long. The file will be rejected if it does not have this length. -1 if the size is unknown. |
리턴 | System |