Class IisApplicationBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS application base class.
public abstract class IisApplicationBase : IisVirtualDirectoryBase, IComparable<IisVirtualDirectoryBase>
- Inheritance
-
IisApplicationBase
- Implements
- Derived
- Inherited Members
Constructors
IisApplicationBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisApplicationBase class.
public IisApplicationBase()
Properties
ApplicationPoolName
Gets or sets the name of the application pool.
public string ApplicationPoolName { get; set; }
Property Value
EnabledProtocols
Gets or sets the enabled protocols for the application.
public string EnabledProtocols { get; set; }
Property Value
PreloadEnabled
Gets or sets whether preload is enabled.
public BooleanOption PreloadEnabled { get; set; }