Show / Hide Table of Contents

    Enum NodeType

    Defines node physical types.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum NodeType

    Fields

    Name Description
    IisAspNetCompatibilityMode

    Node hosted in IIS (Internet Information Services Server) and represented by a dedicated virtual directory. The host is running in ASP.NET Compatibility mode.

    IisMixedTransportsMode

    Node hosted in IIS (Internet Information Services Server) and represented by a dedicated virtual directory. The host is running in Mixed Transports (default) mode.

    SelfHosted

    Node running inside a third-party process like a line-of-business application.

    Back to top Nevatech Sentinet 6.5 Online Documentation