HTTP Server API Programming Model
The HTTP Server API programming model includes five groups of activities:
- Setup configuration
- Run-time configuration
- Creating and binding to a request queue
- Processing requests
- Shutdown and cleanup

For a sample application that shows how to handle the HTTP GET and POST request actions and how to send a 503 (NOT_IMPLEMENTED) error if actions are present in the request that the application does not handle, see HTTP Server Sample Application.
Send comments about this topic to Microsoft
Build date: 10/26/2012