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

ObexConstant.Target.FolderBrowsing Property

The Target value for the Folder Browsing service, where one can use PUT, GET, and SETPATH to browse the server's hierarchical object store.

[Visual Basic]
Public Shared ReadOnly Property FolderBrowsing As Byte()
[C#]
public static byte[] FolderBrowsing {get;}

Remarks

The Target value for the Folder Browsing service (UUID F9EC7BC4-953C-11d2-984E-525400DC9E09), see OBEX13.pdf, section 8.1, where one can use PUT, GET, and SETPATH to browse the server's hierarchical object store.

A folder listing can be requested by doing a GET for the unnamed object of type FolderListing (x-obex/folder-listing).

Of course the library contains folder-listing parsing abilities, see ObexFolderListingParser.

See Also

ObexConstant.Target Class | Brecham.Obex Namespace