Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnOpenConnection

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSSHOpenConnectionEvent OnOpenConnection;
    delegate void TSSHOpenConnectionEvent(Object Sender);

[VB.NET]
    Event OnOpenConnection As TSSHOpenConnectionEvent
    Delegate Sub TSSHOpenConnectionEvent(ByVal Sender As Object)

[Pascal]
    under development

[C++]
    void get_OnOpenConnection(TSSHOpenConnectionEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnOpenConnection(TSSHOpenConnectionEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSSHOpenConnectionEvent)(void * _ObjectData, TObjectHandle Sender);

[PHP]
    TSSHOpenConnectionEvent|callable|NULL get_OnOpenConnection()
    void set_OnOpenConnection(TSSHOpenConnectionEvent|callable|NULL $Value)
    callable TSSHOpenConnectionEvent(TObject $Sender)

[Java]
    TSSHOpenConnectionEvent getOnOpenConnection();
    void setOnOpenConnection(TSSHOpenConnectionEvent Value);
    TSSHOpenConnectionEvent.Callback OnOpenConnection = new TSSHOpenConnectionEvent.Callback() {
        public void TSSHOpenConnectionEventCallback(TObject Sender) {
            //...
        }
    }

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum