EldoS
Navigation
Web site
Support
Table Of Contents

TElSSHForwardingIntercept class

Methods     Declared in    


 

TElSSHForwardingIntercept represents a base class which allows users to intercept SSH connections.

 
 

Description

    If you want to intercept an SSH connection, i.e. catch data from the SSH channel, process it and then send further, you should create a descendant of TElSSHForwardingIntercept and perform all operations inside the descendant.
    Call ChannelRead and SocketRead to get data from the SSH channel. Then process the data and send it further using WriteToSocket and WriteToChannel methods, accordingly.

 
 

Methods

  • Accept
  • ChannelClose
  • ChannelOpen
  • ChannelRead
  • SocketClose
  • SocketOpen
  • SocketRead
  • WriteToChannel
  • WriteToSocket
 
 

Declared in

.NET:

  • Namespace: SBSSHForwarding
  • Assembly: SecureBlackbox.SSHClient
VCL:
  • Unit: SBSSHForwarding
ActiveX/DLL:
  • not implemented
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation