Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Receive(ABuffer: TStream); virtual;
Receive is used in conjunction with DataReceived to allow the TIdConnectionIntercept to perform transformations for any data read from the protocol stack.
Note: Receive is a virtual method in TIdConnectionIntercept and always returns 0 as the result value. Descendant classes should implement Receive to perform socket read operations appropriate for the socket handler.