C# Class Nexus.Client.DownloadManagement.DownloadedFileInfo

Summarizes the info about a download file.
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
DownloadedFileInfo ( Uri p_uriUrl, string p_strSavedFilePath ) : System

A simple constructor that initializes the object with the given values.

Method Details

DownloadedFileInfo() public method

A simple constructor that initializes the object with the given values.
public DownloadedFileInfo ( Uri p_uriUrl, string p_strSavedFilePath ) : System
p_uriUrl System.Uri The URL from whichthe file was downloaded.
p_strSavedFilePath string The path to which the file was saved.
return System