This event is used to write the encrypted data to the socket.
Declaration
[VB.NET]
Event OnSend As TSBSendEvent
Delegate Sub TSBSendEvent(ByVal Sender As Object, ByVal Buffer As Byte())
Event OnSend As TSBSendEvent
Delegate Sub TSBSendEvent(ByVal Sender As Object, ByVal Buffer As Byte())
[C++]
not implemented;
not implemented;
Parameters
- Buffer - the block of encoded data that is to be written to the socket.
- Size - the length of the buffer in bytes.
Description
This event is fired by TElSSLClient when it has encoded the data block and wants to write the encoded block to the socket.