Description: High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported.
Version 1.4.
Included two demo:
1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode based on Windows SChannel provider and supports SSL 2.0, SSL 3.0 and TLS 1.0 protocols in any combinations.
2) Simple Client/Server application used SSPI client authentication.
File list (Check if you may need any files):
Auth_Demo
.........\BIN
.........\Clnt
.........\....\SSPIAuthClient.cfg
.........\....\SSPIAuthClient.dof
.........\....\SSPIAuthClient.dpr
.........\....\StringsRes.rc
.........\....\StringsRes.res
.........\....\untAuthClient.pas
.........\DCU
.........\ReadMe.txt
.........\Shared
.........\......\untSharedTypes.pas
.........\Srvr
.........\....\SSPIAuthServer.cfg
.........\....\SSPIAuthServer.dof
.........\....\SSPIAuthServer.dpr
.........\....\SSPIAuthServer.res
.........\....\untAuthSrvrMain.ddp
.........\....\untAuthSrvrMain.dfm
.........\....\untAuthSrvrMain.pas
.........\....\untSspiSrvClient.pas
.........\SSPI_AuthGroup.bpg
CompletionPort.pas
CompVersionDef.inc
Description.txt
HPScktSrvr.dcr
HPScktSrvr.pas
HPSockApi.pas
HTTP_Demo
.........\BIN
.........\...\WWW
.........\DCU
.........\HttpDemo.cfg
.........\HttpDemo.dof
.........\HttpDemo.dpr
.........\HttpDemo.res
.........\ReadMe.txt
.........\untClient.pas
.........\untHttpMain.ddp
.........\untHttpMain.dfm
.........\untHttpMain.pas
.........\untSslClient.pas
SockSSPIMics.pas