Table of Contents

Method DownloadFileAsync

Namespace
GrindFest
Assembly
GrindFest.dll

DownloadFileAsync(string, string, long)

public static Task DownloadFileAsync(string url, string destinationPath, long maxFileSize = -1)

Parameters

url string
destinationPath string
maxFileSize long

Returns

Task