Discuss this help topic in SecureBlackbox Forum

TElIndySSLIOHandlerSocket.OnBeforeConnection

TElIndySSLIOHandlerSocket     See also     


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


This event is fired before encrypted session establishing.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnBeforeConnection : TSBBeforeConnectionEvent;
    TSBBeforeConnectionEvent = procedure(Sender : TObject; out IOHandlerSocket : TElIndySSLIOHandlerSocket) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • IOHandlerSocket - created instance of I/O Handler that has worked or is still working over SSL

Description

    This event is necessary to provide possibility to restore former sessions or duplicate already existing ones.

Note, I/O Handler instance has to be responsible for already established SSL-session.

See also:     Open     Close    

Discuss this help topic in SecureBlackbox Forum