Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.Accept

TElSSHForwardingIntercept     


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


Accepts an incoming connection.

Declaration

[C#/Java]
    virtual void Accept(TElSocket Socket, ref bool Reject);

[VB.NET]
    Overridable Sub Accept(ByVal Socket As TElSocket, ByRef Reject As Boolean);

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

[C++]
    not available

[PHP]
    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