Click or drag to resize

IceNetHttpApplication Properties

The IceNetHttpApplication type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the current state of an application.
(Inherited from HttpApplication.)
Public propertyContext
Gets HTTP-specific information about the current request.
(Inherited from HttpApplication.)
Public propertyStatic memberCurrent
Gets the current instance of IceNetHttpApplication.
Public propertyStatic memberDatabaseConnectString
Gets or sets the database string.
Public propertyStatic memberDatabaseService
Gets or sets the database service.
Public propertyStatic memberEnforceDependencies
Gets or sets if package dependencies are enforced.
Protected propertyEvents
Gets the list of event handler delegates that process all application events.
(Inherited from HttpApplication.)
Public propertyIceNetUserName
Gets or sets the name of the ice.NET user that is authenticated for the current HTTP request.
Public propertyStatic memberIsCoreEditable
Gets or sets if the package "Core" can modified.
Public propertyLicenseDisplayText
Gets the text to display for the current license information.
Public propertyLicensedNumberOfUsers
Gets the currently licensed number of users.
Public propertyStatic memberLicenseFilePath
Gets or sets the license file path.
Public propertyModules
Gets the collection of modules for the current application.
(Inherited from HttpApplication.)
Public propertyRepository
Gets the IDatabaseRepository instance that is associated to the current HTTP request.
Public propertyRequest
Gets the intrinsic request object for the current request.
(Inherited from HttpApplication.)
Public propertyResponse
Gets the intrinsic response object for the current request.
(Inherited from HttpApplication.)
Public propertyServer
Gets the intrinsic server object for the current request.
(Inherited from HttpApplication.)
Public propertySession
Gets the intrinsic session object that provides access to session data.
(Inherited from HttpApplication.)
Public propertySite
Gets or sets a site interface for an IComponent implementation.
(Inherited from HttpApplication.)
Public propertyStatic memberSqlBridgeConfiguration
Gets or sets configuration data for SQLBridge.
Public propertyUser
Gets the intrinsic user object for the current request.
(Inherited from HttpApplication.)
Top
See Also