Web.Win.IsapiHTTP.TISAPIRequest.ECB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ECB: PEXTENSION_CONTROL_BLOCK read FECB;

C++

__property Winapi::Isapi2::PEXTENSION_CONTROL_BLOCK ECB = {read=FECB};

Properties

Type Visibility Source Unit Parent
property public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIRequest

Description

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

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.

See Also