Rebex SFTP for .NET

SshChannel Members

SshChannel overview

Public Instance Properties

ExitStatus Gets the channel exit status, if available. Otherwise, it returns null.
State Gets the state of this channel.
Type Gets the type of this channel.

Public Instance Methods

Close Closes the current channel.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAvailable Gets the number of bytes available in the receive buffer.
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.
Receive Receives data send by the server through this channel.
RequestExec Requests an execution of the specified command.
RequestPseudoTerminal Requests a pseudo-terminal.
RequestShell Requests a shell.
RequestSubsystem Requests a specified subsystem.
Send Sends data to the server through this channel.
ToString (inherited from Object)Returns a String that represents the current 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

SshChannel Class | Rebex.Net Namespace