Share via


Server and Collection Objects (Compact 2013)

3/26/2014

Server objects provide access to methods and properties on the server. Most of these methods and properties serve as utility functions.

Collection objects are data structures that are similar to arrays and that store strings, numbers, objects, and other values. The collections that Windows Embedded Compact supports provide a convenient way to read query string, form, and cookie data that are sent from the client browser, and to create cookies on responses.

In This Section

  • Server Objects
    Provides information about the built-in server objects that the Windows Embedded Compact implementation of ASP supports
  • Collection Objects
    Provides information about the built-in collection objects that the Windows Embedded Compact implementation of ASP supports

See Also

Reference

Web Server (HTTPD)

Concepts

Active Server Pages Application Development