property OnDataFromClient: TScDataFromClientEvent;

type

 TScDataFromClientEvent = function (Sender: TObject; ServerConnection: TScSSLServerConnection; var Data; Offset, Count: integer): integer of object;

 

Description

Occurs when a new data chunk from the HTTPS client is received and decrypted.

 

Parameters:

•Sender - the object whose event handler is called;
•ServerConnection - holds the information about the current HTTPS connection;
•Data - points to the buffer containing received data;
•Offset - zero-based byte offset in Data, which indicates location of the received data;
•Count - length of the received data.
SecureBridge Components, Copyright © 2007-2026 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support
╳