Classes

      NameDescription
      BannerEventArgsProvides data for the Banner event of a class implementing the ISecureShellClient interface.
      CommandResponseEventArgsProvides data for the CommandResponse event.
      ForwardingRequestEventArgsProvides data for the ForwardingRequest event.
      FtpProvides essential methods to transfer files and directories directly from your .NET application to FTP and FTP/SSL servers.
      FtpConfigSpecifies various FTP settings.
      FtpExceptionThe exception that is thrown when an error occurs while using Ftp component.
      FtpFileInfoContains information about a single file or directory on the FTP server.
      FtpFileInfoCollectionProvides a container for a collection of FtpFileInfo objects.
      FtpFileInfoParseEventArgsProvides data for the ItemParse event.
      FtpListItemReceivedEventArgsProvides data for the ListItemReceived event.
      FtpProxyContains proxy settings for Ftp and FtpWebRequest classes.
      FtpResponseContains the response of the FTP server.
      FtpWebRequestProvides an FTP-specific implementation of the WebRequest class.
      FtpWebResponseProvides an FTP-specific implementation of the WebResponse class.
      HostKeyVerifyingEventArgsProvides data for the HostKeyVerifying event of a class implementing the ISecureShellClient interface.
      KeyboardInteractiveAuthenticationEventArgsProvides data for the KeyboardInteractiveAuthentication event of a class implementing the ISecureShellClient interface.
      KeyboardInteractiveRequestRepresents one question/answer pair for the KeyboardInteractiveAuthentication event.
      KeyboardInteractiveRequestCollectionCollection of KeyboardInteractiveRequest objects.
      MultiPartDownloadErrorEventArgsProvides data for the MultiPartDownload methods.
      MultiPartDownloadResultRepresents the result of a multi-part download operation.
      NetClientA base class from which all ComponentPro session-based network protocol objects derive.
      NetworkExceptionThe exception that is thrown when an error occurs while using a ComponentPro network component.
      PasswordChangeRequestEventArgsProvides data for the PasswordChangeRequest event of a class implementing the ISecureShellClient interface.
      PortRangeRepresents a TCP/IP port range.
      ProxyClientProvides client connections for TCP network services through HTTP, SOCKS v4, SOCKS v4A and SOCKS v5 proxy servers.
      ProxySocketImplements the subset of the Berkeley sockets interface (or the Socket class) and adds the ability to connect through Socks4/Socks5 or HTTP proxies.
      ProxySocketExceptionThe exception that is thrown when a proxy error or socket error occurs.
      ReconnectedEventArgsProvides information for the Reconnected events of the Ftp, Sftp, and Scp classes.
      ReconnectingEventArgsProvides information for the Reconnecting events of the Ftp, Sftp, and Scp classes.
      ReconnectionErrorCheckingEventArgsProvides information for the ReconnectionErrorChecking events of the Ftp, Sftp, and Scp classes.
      SecureShellChannelRepresents an SSH channel.
      SecureShellChannelExitStatusChannel exit status.
      SecureShellCipherRepresents an SSH cipher.
      SecureShellConfigSecurity parameters.
      SecureShellConnectionRepresents a client-side SSH 2.0 session.
      SecureShellExceptionThe exception that is thrown when an SSH error occurs.
      SecureShellFingerprintRepresents the server public key fingerprint.
      SecureShellForwardingHandleRepresents a single TCP forwarding rule.
      SecureShellGssApiCredentialsEncapsulates GSSAPI credentials and preferred authentication mechanisms.
      SecureShellPrivateKeyRepresents SSH RSA or DSA private key. Private key data also includes the public key.
      SecureShellPublicKeyRepresents SSH RSA or DSA public key.
      SocketInformationInformation about a socket.
      SshExtendedDataReceivedEventArgsProvides data for the ExtendedDataReceived event.
      SslConfigBaseSecurity parameters.
      TlsCipherRepresents a TLS/SSL cipher.
      TlsExceptionThe exception that is thrown when a TLS/SSL error occurs.
      TlsSessionRepresents a cached TLS/SSL session.
      WebProxyExContains proxy settings for a socket connection.
      Top