Class TISAPIExtension (unit DKWHTTP)

Inherits from

THTTPExtension

Constructors


constructor Create(var AECB : TEXTENSION_CONTROL_BLOCK ) ;



Functions

FUNCTION ReadStdin : STRING;


function ServerVariable ( VariableName: String ): String ;

Standard CGI variable emulation

PROCEDURE SetECB(var AECB : TEXTENSION_CONTROL_BLOCK );


procedure Write ( var Buffer: Char ; Length: Integer ) ;

ISAPI Extensions write via a callback

class function Description: String ;

TISAPIExtension Provide an interface with Microsoft's ISAPI specification for extensions written as native Delphi classes { ISAPI Extensions need an Extensinon_Control_Block that they use to look up values they need and perform callbacks

procedure Get ;


Properties

Events

Variables

ECB : PTEXTENSION_CONTROL_BLOCK ;



Constructors


constructor Create(var AECB : TEXTENSION_CONTROL_BLOCK ) ;


Functions


FUNCTION ReadStdin : STRING;


function ServerVariable ( VariableName: String ): String ;

Standard CGI variable emulation


PROCEDURE SetECB(var AECB : TEXTENSION_CONTROL_BLOCK );


procedure Write ( var Buffer: Char ; Length: Integer ) ;

ISAPI Extensions write via a callback


class function Description: String ;

TISAPIExtension Provide an interface with Microsoft's ISAPI specification for extensions written as native Delphi classes { ISAPI Extensions need an Extensinon_Control_Block that they use to look up values they need and perform callbacks


procedure Get ;


Properties


Events


Variables


ECB : PTEXTENSION_CONTROL_BLOCK ;