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 methods.
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.) |
See Also
Smartsite.Web.AspNet Namespace