Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.Intercept

TElSSHCustomForwarding     


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


This property serves to intercept the tunneled data.

Declaration

[C#]
    TElSSHForwardingIntercept Intercept;

[VB.NET]
    Property Intercept As TElSSHForwardingIntercept

[Pascal]
    property Intercept: TElSSHForwardingIntercept;

[C++]
    TElSSHForwardingIntercept* get_Intercept();
    void set_Intercept(TElSSHForwardingIntercept &Value);
    void set_Intercept(TElSSHForwardingIntercept *Value);

[PHP]
    TElSSHForwardingIntercept get_Intercept()
    void set_Intercept(TElSSHForwardingIntercept $Value)

[Java]
    TElSSHForwardingIntercept getIntercept();
    void setIntercept(TElSSHForwardingIntercept Value);

Description

    Assign TElSSHForwardingIntercept object to this property to intercept all the data tunneled by the component through a secure SSH connection.

Discuss this help topic in SecureBlackbox Forum