Server Objects (Compact 2013)
3/26/2014
There are three built-in server objects that the Windows Embedded Compact implementation of ASP supports:
- Request
- Response
- Server
Each of these objects is a subset of the corresponding IIS implementation of each of them.
In This Section
- Request Object Implementation
Provides information about the Request object that retrieves the values passed to the server during an HTTP request.
- Response Object Implementation
Provides information about the Response object that returns the values that the server processed in response to an HTTP request.
- Server Object Implementation
Provides information about the Server object that provides access to methods and properties on the server.