This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.Web.AspNet
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.Web.AspNet

Classes

  Class Description
Public class AspNetHost
Represents a host for an Asp.Net runtime AppDomain.
Public class AspNetHostedRuntime
Represents the ASP.NET Runtime Application Host.
Public class AspNetServerSettings
Server settings.
Public class HttpStateContext
Provides state using the HTTP context.
Public class HttpStateContextProvider
Provides state using the HTTP context.

Interfaces

  Interface Description
Public interface IAspNetHost
To be implemented by classes to be instantiated by the AspNetHostedRuntime, running in the ASP.NET AppDomain.
Advanced