Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.Accept

TElSSHForwardingIntercept     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Accepts an incoming connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Accept(Socket : TElSocket; var Reject : boolean); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Socket - a newly created socket object
  • Reject - if this parameter is set to True, the incoming connection will be rejected

Description

    This method is called when a new incoming socket connection have been established.

Discuss this help topic in SecureBlackbox Forum