FileSystemClient Methods |
The FileSystemClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Creates a FileSystemClient instance.
| |
| Create(DfsConfiguration) |
Creates a FileSystemClient instance with the specified configuration.
| |
| CreateDirectory |
Creates the specified directory in the file system.
| |
| CreateFile(String) |
Creates a new file with the specified path on the file system.
| |
| CreateFile(String, Int32, Int32) |
Creates a new file with the specified path on the file system.
| |
| CreateFile(String, Int32, Int32, RecordStreamOptions) |
Creates a new file with the specified path on the file system.
| |
| CreateFile(String, Int32, Int32, Boolean, RecordStreamOptions) |
Creates a new file with the specified path on the file system.
| |
| Delete |
Deletes the specified file or directory.
| |
| DownloadDirectory(String, String) |
Downloads the files in the specified directory on the file system.
| |
| DownloadDirectory(String, String, ProgressCallback) |
Downloads the files in the specified directory on the file system.
| |
| DownloadFile(String, String) |
Downloads the specified file from the file system to the specified local file.
| |
| DownloadFile(String, String, ProgressCallback) |
Downloads the specified file from the file system to the specified local file.
| |
| DownloadStream(String, Stream) |
Downloads the specified file from the file system, saving it to the specified stream.
| |
| DownloadStream(String, Stream, ProgressCallback) |
Downloads the specified file from the file system, saving it to the specified stream.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDirectoryInfo |
Gets information about a directory in the file system.
| |
| GetFileInfo |
Gets information about a file.
| |
| GetFileSystemEntryInfo |
Gets information about a file or directory.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move |
Moves the specified file or directory.
| |
| OpenFile |
Opens the specified file on the file system for reading.
| |
| RegisterFileSystem |
Registers a file system for the specified scheme.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UploadDirectory(String, String) |
Uploads the files in the specified directory to the file system.
| |
| UploadDirectory(String, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads the files in the specified directory to the file system.
| |
| UploadFile(String, String) |
Uploads a file to the file system.
| |
| UploadFile(String, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads a file to the file system.
| |
| UploadStream(Stream, String) |
Uploads the contents of the specified stream to the file system.
| |
| UploadStream(Stream, String, Int32, Int32, Boolean, ProgressCallback) |
Uploads the contents of the specified stream to the file system.
|