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