C# 클래스 NntpClient.Nzb.NzbDocument

Represents a posting on usenet.
파일 보기 프로젝트 열기: strider-/NntpClient 1 사용 예제들

공개 메소드들

메소드 설명
NzbDocument ( string Uri ) : System

Loads an nzb from a file path or Url & validates it against the DTD.

비공개 메소드들

메소드 설명
Parse ( System.Xml.Linq.XDocument nzb ) : void
Validate ( System.Xml.Linq.XDocument nzbDoc ) : System.Xml.Linq.XDocument

메소드 상세

NzbDocument() 공개 메소드

Loads an nzb from a file path or Url & validates it against the DTD.
public NzbDocument ( string Uri ) : System
Uri string path to the nzb document
리턴 System