• Object Reference
    • Application Object
      • Application Methods
        • Lock
        • Unlock
    • Request Object
      • Request Collections
        • ClientCertificate
        • Cookies
        • Form
        • QueryString
        • ServerVariables
    • Response Object
      • Response Collections
        • Cookies
      • Response Properties
        • Buffer
        • ContentType
        • Expires
        • ExpiresAbsolute
        • Status
      • Response Methods
        • AddHeader
        • AppendToLog
        • BinaryWrite
        • Clear
        • End
        • Flush
        • Redirect
        • Write
    • Server Object
      • Server Properties
        • ScriptTimeout
      • Server Methods
        • CreateObject
        • HTMLEncode
        • MapPath
        • URLEncode
    • Session Object
      • Session Properties
        • SessionID
        • Timeout
      • Session Methods
        • Abandon
    • Global.asa Reference
    • Application Events
      • Application_OnStart
      • Application_OnEnd
    • Session Events
      • Session_OnStart
      • Session_OnEnd
    • <OBJECT> Declarations
    • Component Reference
    • Ad Rotator Component
      • Rotator Schedule File
      • Redirection File
      • Ad Rotator Properties
        • Border
        • Clickable
        • TargetFrame
      • Ad Rotator Methods
        • GetAdvertisement
    • Browser Capabilities Component
      • Browscap.ini File
    • Database Access Component
      • Connection Pooling
    • Content Linking Component
      • Content Linking List File
      • Content Linking Methods
        • GetListCount
        • GetListIndex
        • GetNextDescription
        • GetNextURL
        • GetNthDescription
        • GetNthURL
        • GetPreviousDescription
        • GetPreviousURL
    • File Access Component
      • Creating Components for ASP
      • Page-level Event Methods
        • OnStartPage
        • OnEndPage
      • Built-in Object Interfaces for C++
        • IScriptingContext
          • IScriptingContext::get_Application
          • IScriptingContext::get_Request
          • IScriptingContext::get_Response
          • IScriptingContext::get_Server
          • IScriptingContext::get_Session
        • IApplicationObject
          • IApplicationObject::get_Value
          • IApplicationObject::Lock
          • IApplicationObject::putref_Value
          • IApplicationObject::put_Value
          • IApplicationObject::UnLock
        • IRequest
          • IRequest::get_ClientCertificate
          • IRequest::get_Cookies
          • IRequest::get_Form
          • IRequest::get_Item
          • IRequest::get_QueryString
          • IRequest::get_ServerVariables
        • IResponse
          • IResponse::AddHeader
          • IResponse::AppendToLog
          • IResponse::BinaryWrite
          • IResponse::Clear
          • IResponse::End
          • IResponse::Flush
          • IResponse::get_Buffer
          • IResponse::get_ContentType
          • IResponse::get_Cookies
          • IResponse::get_Expires
          • IResponse::get_ExpiresAbsolute
          • IResponse::get_Status
          • IResponse::put_Buffer
          • IResponse::put_ContentType
          • IResponse::put_Expires
          • IResponse::put_ExpiresAbsolute
          • IResponse::put_Status
          • IResponse::Redirect
          • IResponse::Write
        • IServer
          • IServer::CreateObject
          • IServer::get_ScriptTimeout
          • IServer::HTMLEncode
          • IServer::MapPath
          • IServer::put_ScriptTimeout
          • IServer::URLEncode
        • ISessionObject
          • ISessionObject::Abandon
          • ISessionObject::get_SessionID
          • ISessionObject::get_Timeout
          • ISessionObject::get_Value
          • ISessionObject::put_Timeout
          • ISessionObject::putref_Value
          • ISessionObject::put_Value
        • IReadCookie
          • IReadCookie::get_HasKeys
          • IReadCookie::get_Item
          • IReadCookie::get__NewEnum
        • IRequestDictionary
          • IRequestDictionary::get_Item
          • IRequestDictionary::get__NewEnum
        • IStringList
          • IStringList::get_Count
          • IStringList::get_Item
          • IStringList::get__NewEnum
        • IWriteCookie
          • IWriteCookie::get__NewEnum
          • IWriteCookie::get_HasKeys
          • IWriteCookie::put_Domain
          • IWriteCookie::put_Expires
          • IWriteCookie::put_Item
          • IWriteCookie::put_Path
          • IWriteCookie::put_Secure
      • Built-in Object Interfaces for Java
        • Class ScriptingContext
        • Class Application
        • Class Request
        • Class Response
        • Class Server
        • Class Session
        • IScriptingContext Interface
        • IApplicationObject Interface
        • IRequest Interface
        • IResponse Interface
        • IServer Interface
        • ISessionObject Interface
        • IReadCookie Interface
        • IRequestDictionary Interface
        • IStringList Interface
        • IWriteCookie Interface
      • Built-in Object Interfaces for Visual Basic
        • ScriptingContext
        • Application
        • Request
        • Response
        • Server
        • Session
      • Code Examples for C++
        • Writing Text to an HTML Page
        • Retrieving a Variable from a Built-in Object
        • Retrieving an Item from a Collection
      • Code Examples for Java
        • Writing Text to an HTML Page
        • Retrieving a Variable from a Built-in Object
        • Retrieving an Item from a Collection
      • Code Examples for Visual Basic
        • Writing Text to an HTML Page
        • Retrieving a Variable from a Built-in Object
        • Retrieving an Item from a Collection
      • Threading Models
        • Single-Threaded
        • Apartment-Threaded
        • Free-Threaded
        • Objects Marked as Both
      • Packaging Models
      • Type Information
      • Security
    • Additional Resources