Event types used to signal send or receive notifications for a connection intercept.
TIdInterceptStreamEvent = procedure ( ASender: TIdConnectionIntercept; var ABuffer: TIdBytes ) of object;
Parameters |
Description |
ASender |
Connection intercept for the event notification. |
ABuffer |
Buffer for values in the event notification. |
TIdInterceptStreamEvent is an object procedure that represents the event type signalled for send or receive notifications on a connection intercept.
ASender is the connection intercept for the event notification.
ABuffer is the Buffer containing values for the event notification.
TIdInterceptStreamEvent is the type used for the TIdConnectionIntercept.OnReceive and TIdConnectionIntercept.OnSend event handler properties.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |