Share via


SocketServer Sample

This sample demonstrates the following:

  • Creating a socket and using it to listen for incoming client requests, and then returning an HTML page back to the client.
  • Creating a socket that listens on a specified port.
  • Accepting incoming requests and processing client requests synchronously or asynchronously using additional threads.

For information about running and exploring this sample, see the Readme.txt file in the directory under:

Documents\Microsoft .NET Micro Framework 4.1\Samples\