fpc/packages/fcl-net/examples
2020-09-23 09:47:20 +00:00
..
cnslookup.pp
ip6test.pp
isockcli.pp * Examples for socket client/server moved here, adapted for possibility of timeout 2018-07-31 08:06:01 +00:00
isocksvr.pp * Examples for socket client/server moved here, adapted for possibility of timeout 2018-07-31 08:06:01 +00:00
Makefile Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
Makefile.fpc * Examples for socket client/server moved here, adapted for possibility of timeout 2018-07-31 08:06:01 +00:00
readme.txt
rpccli.pp
rpcserv.pp
svrclass_xmlrpc.pp
svrclass.pp
testdns.pp
testhosts.pp
testhst.pp
testnet.pp
testproto.pp
testsvc.pp
testuri.pp

The XML-RPC wrapper has been created using this command:

mkxmlrpc --input="svrclass.pp" --serverclass=TServerClass \
  --output="svrclass_xmlrpc.pp" --unitname=svrclass_XMLRPC