Indy 9
Content
|
Index
|
Reference
TIdInterceptStreamEvent
See Also
,
Unit: IdIntercept
Event signalled for reading or writing to a mediated
socket
desciptor.
TIdInterceptStreamEvent =
procedure
(ASender:
TIdConnectionIntercept
; AStream: TStream)
of
object
;
Unit
IdIntercept
Parameters
ASender
Mediated connection for the event notification.
AStream
Stream for transformed data fronm the operation.
Description
TIdInterceptStreamEvent is an event type signalled when a
TIdConnectionIntercept
instance need to respond to a read or write request. TIdInterceptStreamEvent is the type used for the
TIdConnectionIntercept.OnSend
and
TIdConnectionIntercept.OnReceive
event handlers.
Created with Doc-O-Matic 2 donated to
Project JEDI
. Commercial license available from the
Doc-O-Matic site
.