MobileForms Toolkit Documentation

WebDavFile.StartEnum Method 

Starts to enumerate the WebDAV directory

public override NetRequest StartEnum(
NetEnumCallback asyncCallback,
object asyncState
);

Parameters

asyncCallback
The asynchronous callback delegate which is called after the operation completes or fails
asyncState
The asynchronous callback parameter which is set in NetEnumResult structure when the callback is called.

Return Value

The remote file system request object which can be used to abort the request

See Also

WebDavFile Class | Resco.Net Namespace