| Channel Methods |
The Channel type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDirectory |
Create a directory.
| |
| Delete |
Removes the channel from the server
| |
| DeleteFile(String, String) |
Deleting a remote files on the server
| |
| DeleteFile(String, String) |
Delete one or more remote files on the server.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(Channel) |
Indicates whether this instance and a another instance are equal.
| |
| Finalize | (Inherited from Object.) | |
| GetChannelDescription |
Request updating the channel description
| |
| GetFileInfo |
Query information of a specified file. The answer from the server will trigger FileInfoReceived with the requested information.
| |
| GetFileList |
Query list of files in a directory.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| MoveFile(String, String, String) |
Moves or renames a file. If the source and target paths are the same, the file will simply be renamed.
| |
| MoveFile(String, Channel, String, String, String) |
Moves or renames a file. If the source and target channels and paths are the same, the file will simply be renamed.
| |
| MoveTo |
Move the channel to a new parent channel
| |
| RequestFile(String, String, Boolean, Boolean, String) |
Download a file from the server.
| |
| RequestFile(String, String, Boolean, Boolean, String, String) |
Request downloading a file from the server.
| |
| RequestFile(String, String, Boolean, Boolean, String, CancellationToken) |
Download a file from the server.
| |
| SendFile(String, Boolean, Boolean, String) |
Uploads a local file to the server
| |
| SendFile(String, String, Boolean, Boolean, String) |
Uploads a local file to the server
| |
| SendFile(String, String, Boolean, Boolean, String, String) |
Request uploading a local file to the server
| |
| SendFile(String, String, Boolean, Boolean, String, CancellationToken) |
Uploads a local file to the server
| |
| SendTextMessage |
Send a text message to the channel
| |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |