Class TISAPIExtension (unit DKWHTTP) |
Inherits from
THTTPExtension
constructor Create(var AECB : TEXTENSION_CONTROL_BLOCK ) ;
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 ;
ECB : PTEXTENSION_CONTROL_BLOCK ;
constructor Create(var AECB : TEXTENSION_CONTROL_BLOCK ) ;
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 ;
ECB : PTEXTENSION_CONTROL_BLOCK ;