Sample Projects
Sample Project | Description |
Certificate Manager | Full-featured certificate management sample. Demonstrates how to list, manage, create, and sign certificates. |
FTP Client | A full featured FTP client built using the FTP component. It allows browsing of directories, uploads and downloads of files, and more. |
GET URL | Shows how to download the content of a URL from a Web server. |
HTML Mailer | Shows how to use HTMLMailer to send HTML Mail with inline images. |
IMAP Email Client | Shows how to use the IMAP component to access IMAP servers (e.g. MS Exchange). |
LDAP Search | Shows how to contact an LDAP server and lookup a name. |
OAuth | Demonstrates how to authenticate using the OAuth component. |
POP Email Client | A simple email client. It shows how to use the SMTP and POP-based components to access POP and SMTP mail servers. |
REST OpenWeatherAPI | Shows how to use the REST object to send and retrieve information from RESTful web services. |
SOAP Temperature Converter | Uses the SOAP component and a freely available Web Service to do temperature conversion. |
SSL Echo Client | A simple SSL echo client. It demonstrates the use of SSLClient to build the simplest TCP/IP client. Use in conjunction with the SSL Echo Server demo. |
SSL Echo Server | A simple SSL echo server. It demonstrates the use of SSLServer to build the simplest TCP/IP server. Use in conjunction with the SSL Echo Client demo. |
Telnet Client | A simple demo of the Telnet component. Shows how to use the component to build a Telnet client. |
WebDAV Client | Allows you to copy files back and forth between a DAV server and localhost. |
WebSocket Client | Shows how to use the WebSocketClient component to send and receive data. |
WebSocket Server | Uses the WebSocketServer component to create a simple WebSocket server. |