C# Class NntpClient.Nzb.NzbDocument

Represents a posting on usenet.
Mostrar archivo Open project: strider-/NntpClient Class Usage Examples

Public Methods

Method Description
NzbDocument ( string Uri ) : System

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

Private Methods

Method Description
Parse ( System.Xml.Linq.XDocument nzb ) : void
Validate ( System.Xml.Linq.XDocument nzbDoc ) : System.Xml.Linq.XDocument

Method Details

NzbDocument() public method

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
return System