|
|
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# |
|
|---|---|
namespace Smartsite.Web.AspNet
|
|
| Visual Basic (Declaration) |
|
|---|---|
Namespace Smartsite.Web.AspNet
|
|
Classes
| Class | Description | |
|---|---|---|
|
|
AspNetHost |
Represents a host for an Asp.Net runtime AppDomain.
|
|
|
AspNetHostedRuntime |
Represents the ASP.NET Runtime Application Host.
|
|
|
AspNetServerSettings |
Server settings.
|
|
|
HttpStateContext |
Provides state using the HTTP context.
|
|
|
HttpStateContextProvider |
Provides state using the HTTP context.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IAspNetHost |
To be implemented by classes to be instantiated by the AspNetHostedRuntime, running in the ASP.NET AppDomain.
|