Built-In ASP Objects
| Object | Properties and Collections | Methods | Events |
|---|
| Application | Contents | Lock | Application_OnEnd |
| | StaticObjects | Unlock | Application_OnStart |
| ObjectContext | | SetComplete | OnTransactionCommit |
| | | SetAbort | OnTransactionAbort |
| Request | ClientCertificate | BinaryRead | |
| | Cookies | | |
| | Form | | |
| | QueryString | | |
| | ServerVariables | | |
| | TotalBytes | | |
| Response | Cookies | AddHeader | |
| | Buffer | AppendToLog | |
| | CacheControl | BinaryWrite | |
| | CharSet | Clear | |
| | ContentType | End | |
| | Expires | Flush | |
| | ExpiresAbsolute | Redirect | |
| | IsClientConnected | Write | |
| | Pics | | |
| | Status | | |
| Server | ScriptTimeout | CreateObject | |
| | | HTMLEncose | |
| | | MapPath | |
| | | URLEncode | |
| | | URLPathEncode | |
| Session | Contents | Abandon | Session_OnEnd |
| | StaticObjects | | Session_OnStart |
| | CodePage | | |
| | LCID | | |
| | SessionID | | |
| | Timeout | | |