MobileForms Toolkit Documentation

NetFile Methods

The methods of the NetFile class are listed below. For a complete list of NetFile class members, see the NetFile Members topic.

Public Static Methods

DownloadOverloaded. Downloads the file from remote location represented by "file" object
UploadOverloaded. Uploads the content of the stream into a remote location represented by remoteDir object

Public Instance Methods

Delete Deletes the network file/directory represented by this object
DownloadOverloaded. Downloads the file from remote location represented by this object
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
MakeDirectory Creates the directory on the remote location represented by this object
Rename Renames the remote file/directory represented by this object
StartEnum Starts to enumerate the network directory
ToString (inherited from Object)Returns a String that represents the current Object.
UploadOverloaded. Uploads the content of the stream into a remote location represented by this object

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

NetFile Class | Resco.Net Namespace