ISAPITest.dpr

<< Click to Display Table of Contents >>

Navigation:  Demos > XI > TemplatesAndCSS >

ISAPITest.dpr

library ISAPITest;

 

uses

 ISAPIApp,

 IWInitISAPI,

 UTF8ContentParser,

 Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm},

 ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},

 UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase};

 

{$R *.RES}

 

exports

 GetExtensionVersion,

 HttpExtensionProc,

 TerminateExtension;

 

begin

 IWRun;

end.