Internet Direct (Indy)
Home
PreviousUpNext
TIdConnectionIntercept.Send Method

Sends values for the connection intercept.

Pascal
procedure Send(
    var ABuffer: TIdBytes
); virtual;
Parameters 
Description 
ABuffer 
Buffer with values for the receive notification. 

Send is a procedure used to send values for the connection intercept using the buffer specified in ABuffer. 

When the TIdConnectionIntercept component is enabled, Send is the method used to perform write operations before data on made available to a subsequent IOHandler or Intercept for the Connection

Send triggers the OnSend event when a procedure has been assigned to the event handler. 

Send uses the corresponding method in an assigned Intercept to make the data in ABuffer available to a chained intercept. 

Use Receive to read data in a buffer to the event handlers and intercepts for the connection intercept.

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.