|
Class Summary |
| Application |
You can use the Application object to share information
among all users of a given application. |
| ASPCookie |
Retrieves the string value of a cookie, which is a small piece of
information stored by the browser. |
| ASPGlobal |
This class is for handling the events in Global.asa file. |
| ICookiesDictionary |
This class is a general interface wrapper that can wrap the
following collections:
Request.Cookies
The Cookies collection sets the value of a cookie. |
| IStringDictionary |
This class is a general interface wrapper that can wrap the
following collections:
Request.ClientCertificate
Request.ClientCertificate
Request.Form
Request.QueryString
Request.ServerVariables
|
| IStringList |
The IStringList class enables your component to
retrieve values from the QueryString, Form, or
ServerVariables collections. |
| IVariantDictionary |
This class is a general interface wrapper that can wrap the
following collections:
Session.StaticObjects
Session.Contents
Application.StaticObjects
Application.Contents
|
| Request |
The Request object retrieves the values that the client browser
passed to the server during an HTTP request.
|
| Response |
You can use the Response object to send output to the client.
|
| Server |
The Server object provides access to methods and properties on the server. |
| Session |
You can use the Session object to store information needed for
a particular user-session. |