Nevron.Nov.Networking.CloudStorage Namespace / NCloudStorageService Class / DownloadFileAsync Method / DownloadFileAsync(String,String) Method
In This Topic
    DownloadFileAsync(String,String) Method
    In This Topic
    Downloads a file from the given direct link.
    Syntax
    [System.Runtime.CompilerServices.AsyncStateMachine(Nevron.Nov.Networking.CloudStorage.NCloudStorageService/d__12)] 
    protected static System.Threading.Tasks.Task<byte[]> DownloadFileAsync( 
       System.string directLink, 
       System.string accessToken 
    )

    Parameters

    directLink
    accessToken
    Exceptions
    ExceptionDescription
    Represents errors that occur during application execution.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also