C# Класс Nexus.Client.Util.Downloader.FileMetadata

Describes a file that is to be downloaded.
This is simply a friendly representation of the HTTP headers of the file.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileMetadata ( ) : System

The default constructor.

This builds a file meatadata object for a file that doesn't exist.

FileMetadata ( WebHeaderCollection p_whcFileHeader ) : System

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

Приватные методы

Метод Описание
Initialize ( WebHeaderCollection p_whcFileHeader ) : void

Loads the file metadata from the given HTTP headers.

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

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

The default constructor.
This builds a file meatadata object for a file that doesn't exist.
public FileMetadata ( ) : System
Результат System

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

A simple constructor that initializes the object with the given values.
public FileMetadata ( WebHeaderCollection p_whcFileHeader ) : System
p_whcFileHeader System.Net.WebHeaderCollection The file's HTTP headers.
Результат System