The AspContext class of the com.ms.iis.asp package provides access to the ASP built-in objects. This class simplifies obtaining a built-in object instance by exposing an easy-to-use syntax.
public com.ms.mtx.IObjectContext getObjectContext(); { //Methods public static Application getApplication(); public static com.ms.mtx.IObjectContext getObjectContext(); public static Request getRequest(); public static Response getResponse(); public static Server getServer(); public static Session getSession (); }