C# Class NntpClient.Nzb.NzbDocument

Represents a posting on usenet.
Afficher le fichier Open project: strider-/NntpClient Class Usage Examples

Méthodes publiques

Méthode Description
NzbDocument ( string Uri ) : System

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

Private Methods

Méthode Description
Parse ( System.Xml.Linq.XDocument nzb ) : void
Validate ( System.Xml.Linq.XDocument nzbDoc ) : System.Xml.Linq.XDocument

Method Details

NzbDocument() public méthode

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
Résultat System