Brecham.Obex — An OBEX library for the .NET Framework

ObexFolderListingParser.Dtd Property

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.

[Visual Basic]
Public Shared ReadOnly Property Dtd As Stream
[C#]
public static System.IO.Stream Dtd {get;}

Remarks

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.

See Also

ObexFolderListingParser Class | Brecham.Obex.Objects Namespace