Click or drag to resize

AppServerEnvironment Enumeration

Server environments as obtained from GetServerEnvironment.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum AppServerEnvironment
Members
  Member nameValueDescription
Unknown1 Unknown server environment.
Development2 Development environment - system is running in a development environment, typically a developer's local machine.
Build3 Build environment - system is running on a build server.
Production4 Production environment - system is running on a production server.
Ngrok5 Testing environment using ngrok tunnel - https://ngrok.com/ exposes local servers behind NATs and firewalls to the public internet over secure tunnels.
See Also