cdeHostType Enumeration
   The cdeHostType is defining what kind of hosting application is used for the C-DEngine
   
                
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Members
| Member name | Description | |
|---|---|---|
| NOTSET | Not set, yet | |
| Application | C-DEngine runs inside an Application (.EXE) Node can relay information and has WebServer + Outbound (cdeHostType.Relay) | |
| Service | C-DEngine runs inside a Windows Service Node can relay information and has WebServer + Outbound (cdeHostType.Relay) | |
| IIS | C-DEngine runs inside IIS either on a server or in the cloud Node can relay information and has WebServer + Outbound (cdeHostType.Relay) | |
| Device | C-DEngine runs inside a Application that runs on a device The device can only to outbound (has no WebServer) = (cdeHostType.Active) | |
| Browser | C-DEngine runs inside a browser (uses the Javascript version of the C-DEngine) The device can only to outbound (has no WebServer) = (cdeHostType.Active) | |
| Silverlight | C-DEngine runs inside Silverlight RETIRED - no more Silverlight support The device can only to outbound (has no WebServer) = (cdeHostType.Active) | |
| Phone | C-DEngine runs inside a Phone (Windows Phone, Android or iOS) The device can only to outbound (has no WebServer) = (cdeHostType.Active) | |
| Metro | C-DEngine runs inside Windows 8 RT (RETIRED: Use Device instead) The device can only to outbound (has no WebServer) = (cdeHostType.Active) | |
| Mini | C-DEngine runs inside a small Device (i.e. the Phoenix-Contact eCLR Runtime) The device has only a mini WebServer - no outbound (cdeHostType.Passive) | |
| ASPCore | Hosted in ASP.net Core |