Com.ms.iis.asp Package Classes

The com.ms.iis.asp package contains the following classes:

Application class provides access to objects and variables that have been assigned application scope.

AspContext class provides an easy way to access the built-in objects.

Cookie class encapsulates the attributes of a single cookie.

CookieDictionary class provides access to all of the cookies that are sent or received during an HTTP request.

CookieEnumerator class exposes a single method for retrieving the next item from a CookieDictionary.

ObjectDictionary class is the class on which the application and session collections are based.

ObjectEnumerator class exposes a single method for retrieving the next item from an ObjectDictionary.

Request class retrieves the values that the client passed to the server in an HTTP request.

RequestDictionary class provides access to the various collections exposed by the Request class.

Response class exposes methods for sending a response to the client browser.

Server class provides access to server utility methods.

Session class stores information and objects for use during a particular user session.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.