Xbasic

Server

Description

Objects available from the application server.

Name
Description
Context Object

The Context object is automatically available to Xbasic code that runs on the stand-alone application server and the IIS application server. It has all properties needed to handle an HTTP request and response as well as access to session and security information.

Request Object

The Request Object is used with the Alpha Anywhere Classic Application Server. To access the Request object in the Alpha Anywhere Application Server for IIS, use the [Context.Request] object.

Response Object

The Response object is used with the Alpha Anywhere Classic Application Server. To access the Request object in the Alpha Anywhere Application Server for IIS, use the [Context.Response] object.

Session Object

The Session object is used to work with the server session. The Session and Context.Session object are the same and can be used interchangeably in Xbasic scripts running on both the Classic Application Server and Application Server for IIS. See Context.Session for a list of properties and methods for the Session object.