ASP Built-In Object Quick Reference Card


Application Object
Collections: Application.StaticObjects Collection Application.Contents Collection
Contents Collection Methods:
Application.Contents.Remove
Application.Contents.RemoveAll
Methods:
Application.Lock
Application.Unlock
Events:
Application_OnEnd Event
Application_OnStart Event

ObjectContext Object
Methods: ObjectContext.SetAbort ObjectContext.SetComplete Events: OnTransactionAbort Event OnTransactionCommit Event
Request Object
Collections: Request.ClientCertificate Collection Request.Cookies Collection Request.Form Collection Request.QueryString Collection Request.ServerVariables Collection Properties: Request.TotalBytes Methods: Request.BinaryRead
ASPError Object
Properties: ASPError.ASPCode ASPError.Number ASPError.Source ASPError.Category ASPError.File ASPError.Line ASPError.Column ASPError.Description ASPError.ASPDescription

Response Object
Collections: Response.Cookies Collection Properties: Response.Buffer Response.CacheControl Response.Charset Response.ContentType Response.Expires Response.ExpiresAbsolute Response.IsClientConnected Response.PICS Response.Status Methods: Response.AddHeader Response.AppendToLog Response.BinaryWrite Response.Clear Response.End Response.Flush Response.Redirect Response.Write
Server Object
Properties: Server.ScriptTimeout Methods: Server.CreateObject Server.Execute Server.GetLastError Server.HTMLEncode Server.MapPath Server.Transfer Server.URLEncode
Session Object
Collections: Session.StaticObjects Colleciton Session.Contents Collection
Contents Collection Methods:
Session.Contents.Remove
Session.Contents.RemoveAll
Properties:
Session.CodePage
Session.LCID
Session.SessionID
Session.Timeout
Methods:
Session.Abandon
Events:
Session_OnEnd Event
Session_OnStart Event