Метод | Описание | |
---|---|---|
EnsureCleanFile ( string filePath, bool deleteIfExists ) : void | ||
GetOutputStream ( ) : Stream | ||
LargeFileDownloadParameters ( |
||
LargeFileDownloadParameters ( |
||
LargeFileDownloadParameters ( |
Метод | Описание | |
---|---|---|
CreateOutputStream ( string filePath, long fileLength, bool deleteIfExists = false ) : |
||
GetFileSizeFromSource ( |
protected static CreateOutputStream ( string filePath, long fileLength, bool deleteIfExists = false ) : |
||
filePath | string | |
fileLength | long | |
deleteIfExists | bool | |
Результат |
public static EnsureCleanFile ( string filePath, bool deleteIfExists ) : void | ||
filePath | string | |
deleteIfExists | bool | |
Результат | void |
protected static GetFileSizeFromSource ( |
||
uri | ||
Результат | long |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
maxThreads | int | |
maxChunkSize | int | |
id | string | |
Результат | System |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
fileSize | long | |
maxThreads | int | |
maxChunkSize | int | |
id | string | |
Результат | System |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
fileSize | long | |
id | string | |
maxThreads | int | |
maxChunkSize | int | |
autoCloseStream | bool | |
verifyLength | bool | |
Результат | System |