Eloquence NET DLL Examples -------------------------- TCPDEMO.PROG This is a sample application using the Net.DLL. It fetches the index.html page from eloquence.marxeier.com using the HTTP protocol and displays the HTML source code on screen. UDPDEMP.PROG This is a sample application using the Net.DLL. It uses the UDP echo protocol (port 7) to send a datagram and then expects a reply datagram with the same contents. Note: This program won't work unless you change the server address to one of your machines and change the (x)inetd configuration so that this machine answers to incoming udp echo requests.