Discuss this help topic in SecureBlackbox Forum
This event is fired when the handshake process is completed
Declaration
[C#/Java]
event TSSHOpenConnectionEvent OnOpenConnection;
delegate void TSSHOpenConnectionEvent(object Sender);
[VB.NET]
Event OnOpenConnection As TSSHOpenConnectionEvent
Delegate Sub TSSHOpenConnectionEvent(ByVal Sender As Object)
[Pascal]
property OnOpenConnection : TSSHOpenConnectionEvent;
TSSHOpenConnectionEvent = procedure (Sender: TObject) of object;
Description
This event is fired when
all negotiation operations, as cipher agreement and
tunneling request, are completed. After this event
is fired you may send and receive data via tunnels.
Discuss this help topic in SecureBlackbox Forum