Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnCloseConnection

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSSHCloseConnectionEvent OnCloseConnection;
    delegate void TSSHCloseConnectionEvent(Object Sender);

[VB.NET]
    Event OnCloseConnection As TSSHCloseConnectionEvent
    Delegate Sub TSSHCloseConnectionEvent(ByVal Sender As Object)

[Pascal]
    under development

[C++]
    void get_OnCloseConnection(TSSHCloseConnectionEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnCloseConnection(TSSHCloseConnectionEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSSHCloseConnectionEvent)(void * _ObjectData, TObjectHandle Sender);

[PHP]
    TSSHCloseConnectionEvent|callable|NULL get_OnCloseConnection()
    void set_OnCloseConnection(TSSHCloseConnectionEvent|callable|NULL $Value)
    callable TSSHCloseConnectionEvent(TObject $Sender)

[Java]
    TSSHCloseConnectionEvent getOnCloseConnection();
    void setOnCloseConnection(TSSHCloseConnectionEvent Value);
    TSSHCloseConnectionEvent.Callback OnCloseConnection = new TSSHCloseConnectionEvent.Callback() {
        public void TSSHCloseConnectionEventCallback(TObject Sender) {
            //...
        }
    }

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum