RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.ECB Property

Indicates the extension control block structure used by the server application DLL to communicate with the Web server.

Pascal
property ECB: PEXTENSION_CONTROL_BLOCK;
C++
__property PEXTENSION_CONTROL_BLOCK ECB;

Read ECB to gain direct access to the extension control block that the server application DLL uses to represent the client request message. Most applications will not need to use the ECB property because the header fields values can be read using the GetFieldByName method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!