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.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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