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 Code |
---|---|
public class AspNetHostedRuntime |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class AspNetHostedRuntime |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
AspNetHostedRuntime |
Public Methods
Name | Description | |
---|---|---|
AddListener |
Adds the url prefix scheme://*:port/ to the list of url prefixes of the http listener.
|
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Overrides MarshalByRefObject..::InitializeLifetimeService()()()().) |
|
Recycle |
Recycles the AppDomain.
|
|
Shutdown |
Shuts the Runtime down.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
Public Fields
Name | Description | |
---|---|---|
ApplicationShutdown |
Gets the application shutdown status.
|
Public Properties
Name | Description | |
---|---|---|
AppDomain |
Gets the app domain.
|
|
CurrentHost |
Gets the current host.
|
|
IsRunning |
Gets a value indicating whether this instance is running.
|
|
ListenPrefixes |
Gets the http listener.
|
|
Settings |
Gets the settings.
|
|
ShutDownInProgress |
Gets a value indicating whether a shut down is in progress.
|
See Also
Smartsite.Web.AspNet Namespace