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
                                  public class AspNetHostedRuntime
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AspNetHostedRuntime

The type exposes the following properties.

Public Properties

  Name Description
Public property AppDomain
Gets the app domain.
Public property Static member CurrentHost
Gets the current host.
Public property IsRunning
Gets a value indicating whether this instance is running.
Public property ListenPrefixes
Gets the http listener.
Public property Settings
Gets the settings.
Public property ShutDownInProgress
Gets a value indicating whether a shut down is in progress.

See Also

Advanced