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

StrippingEnabled Enumeration

Specifies values to indicate whether the ObexFolderListingParser should strip the DOCTYPE element and null bytes if present in the document.

[Visual Basic]
Public Enum StrippingEnabled
[C#]
public enum StrippingEnabled

Remarks

This class is used when setting the StripDocType, and StripNullBytes properties on class ObexFolderListingParser.

Members

Member Name Description
Default The default setting for the current platform will be used.
No Stripping will _not_ be carried.
Yes Stripping _will_ be carried.

Requirements

Namespace: Brecham.Obex.Objects

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

Brecham.Obex.Objects Namespace