Returns a Stream containing the DTD for the Folder-Listing object, from OBEX13.pdf section 9.1.4.1. The DTD is embedded in the assembly and thus no remote lookups are required.
Note, if using the DTD with System.Xml.XmlReader for instance then it is not necessary to access it directly through this method, instead have the XmlReader use the supplied XmlResolver (ObexXmlResolver), or use the utility method that returns an XmlReader configured in that way e.g. CreateXmlReader.
ObexFolderListingParser Class | Brecham.Obex.Objects Namespace