Click or drag to resize
Channel Methods

The Channel type exposes the following members.

Methods
  NameDescription
Public methodCreateDirectory
Create a directory.
Public methodDelete
Removes the channel from the server
Public methodDeleteFile(String, String)
Deleting a remote files on the server
Public methodDeleteFile(String, String)
Delete one or more remote files on the server.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(Channel)
Indicates whether this instance and a another instance are equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetChannelDescription
Request updating the channel description
Public methodGetFileInfo
Query information of a specified file. The answer from the server will trigger FileInfoReceived with the requested information.
Public methodGetFileList
Query list of files in a directory.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMoveFile(String, String, String)
Moves or renames a file. If the source and target paths are the same, the file will simply be renamed.
Public methodMoveFile(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.
Public methodMoveTo
Move the channel to a new parent channel
Public methodRequestFile(String, String, Boolean, Boolean, String)
Download a file from the server.
Public methodRequestFile(String, String, Boolean, Boolean, String, String)
Request downloading a file from the server.
Public methodRequestFile(String, String, Boolean, Boolean, String, CancellationToken)
Download a file from the server.
Public methodSendFile(String, Boolean, Boolean, String)
Uploads a local file to the server
Public methodSendFile(String, String, Boolean, Boolean, String)
Uploads a local file to the server
Public methodSendFile(String, String, Boolean, Boolean, String, String)
Request uploading a local file to the server
Public methodSendFile(String, String, Boolean, Boolean, String, CancellationToken)
Uploads a local file to the server
Public methodSendTextMessage
Send a text message to the channel
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also