C# Класс Nexus.Client.DownloadManagement.DownloadedFileInfo

Summarizes the info about a download file.
Показать файл Открыть проект

Открытые методы

Метод Описание
DownloadedFileInfo ( Uri p_uriUrl, string p_strSavedFilePath ) : System

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

Описание методов

DownloadedFileInfo() публичный Метод

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.
Результат System