Class HostType
The type of host application that is being initialized
Inheritance
System.Object
HostType
Namespace: EPiServer.Framework.Initialization
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class HostType : Enum
Fields
LegacyMirroringAppDomain
Legacy mirroring appdomain
Declaration
public const HostType LegacyMirroringAppDomain
Field Value
Type | Description |
---|---|
HostType |
TestFramework
A limited runtime for integration testing, not supported for production workloads
Declaration
public const HostType TestFramework
Field Value
Type | Description |
---|---|
HostType |
Undefined
Host type is not defined, it is not supported to initialize with an undefined host type
Declaration
public const HostType Undefined
Field Value
Type | Description |
---|---|
HostType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WebApplication
A web application that supports the full API, supported for production workloads.
Declaration
public const HostType WebApplication
Field Value
Type | Description |
---|---|
HostType |