Class IisCgiSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS CGI settings.
public class IisCgiSettings : BypassSection
- Inheritance
-
IisCgiSettings
- Inherited Members
Constructors
IisCgiSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisCgiSettings class.
public IisCgiSettings()
Properties
ImpersonateUser
Gets or sets whether to impersonate the user.
public BooleanOption ImpersonateUser { get; set; }
Property Value
Timeout
Gets or sets the timeout for CGI applications.
public SerializableTimeSpan Timeout { get; set; }
Property Value
- SerializableTimeSpan
UseNewConsole
Gets or sets whether to use a new console for each invocation.
public BooleanOption UseNewConsole { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisCgiSettings class from the specified Xml.
public static IisCgiSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisCgiSettings object
Returns
- IisCgiSettings
A CENTREL.XIA.Configuration.Types.IisCgiSettings class from the specified Xml.
ToString()
Returns the CGI settings as a human readable string.
public override string ToString()
Returns
- string
The CGI settings as a human readable string.