Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace
Inheritance Hierarchy
In This Topic
    Xceed.SSH.Client Namespace
    In This Topic
    Classes
     ClassDescription
    ClassTODODOC Provides information on the algorithms that have been negotiated with the server.
    ClassTODODOC Provides the authentication banner that has been received from the server.
    ClassTODODOC Provides information on the host key that has been received from the server.
    ClassClass that represents the session with the SSH server that will execute a command on the server.
    ClassProvides information on a server's public key when it is received and allows to accept or reject the key.
    ClassRepresents a ProxyClient that enables connecting to a SSH server via a HTTP proxy server.
    ClassRepresents a reply received from a HTTP proxy server.
    ClassThe exception that is thrown by a SSH client when an error reply is received from a HTTP proxy.
    ClassTODODOC Provides information on the SFtpReadStream that is being initialized for use.
    Class 
    ClassTODODOC Exception that is thrown when performing an operation on a Xceed.FileSystem.FileSystemItem object that cannot be accessed. The InnerException property will usually provide more details on the cause.
    Class 
    ClassClass which is used to register the classes located in the Xceed.FileSystem namespace.
    Class 
    Class 
    ClassThis class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.
    ClassSpecialization of the Xceed.FileSystem.AbstractFile class that implements access to a file located on an SFTP server.
    ClassSpecialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder located on an SFTP server.
    ClassThis class implements a read-only stream that receives synchronously ChannelData payloads from a specified channel from a specified SSHPacketIOManager. It presents the data from the payloads as a continuous data stream. That way, SFtp packets can be read and interpreted seamlessly.
    ClassThe class implements sending and receiving SFtp packets
    Class 
    ClassClass that represents the session between a client and an SFTP server.
    Class 
    Class 
    Class 
    ClassRepresents a ProxyClient that enables connecting to a SSH server via a SOCKS 4/4A proxy server.
    ClassRepresents a ProxyClient that enables connecting to a SSH server via a SOCKS 5 proxy server.
    ClassRepresents the SSH client that will be used for the SFTP operations.
    Class 
    ClassTODODOC Base class that contains general information on SSH-related events
    Class 
    Delegates
     DelegateDescription
    DelegateTODODOC Represents the method that will handle the AlgorithmsNegotiated event.
    DelegateTODODOC Represents the method that will handle the AuthenticationBannerReceived event.
    Delegate 
    DelegateTODODOC Represents the method that will handle the Disconnected event.
    DelegateTODODOC Represents the method that will handle the HostKeyReceived event.
    DelegateTODODOC Represents the method that will handle the InitializingSFtpReadStream event.
    Delegate 
    Enumerations
     EnumerationDescription
    EnumerationRepresents the type of reply received from a HTTP proxy server in response to a remote connection request.
    See Also