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 properties.
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