Table of Contents

Class IisIsapiCgiRestrictions

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the IIS ISAPI and CGI restrictions.

public class IisIsapiCgiRestrictions : BypassSection
Inheritance
IisIsapiCgiRestrictions
Inherited Members

Constructors

IisIsapiCgiRestrictions()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestrictions class.

public IisIsapiCgiRestrictions()

Properties

AllowUnspecifiedCgiModules

Gets or sets whether to allow unspecified CGI modules.

public BooleanOption AllowUnspecifiedCgiModules { get; set; }

Property Value

BooleanOption

AllowUnspecifiedIsapiModules

Gets or sets whether to allow unspecified ISAPI modules.

public BooleanOption AllowUnspecifiedIsapiModules { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public IisIsapiCgiRestrictionCollection Items { get; set; }

Property Value

IisIsapiCgiRestrictionCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisIsapiCgiRestrictions class from the specified Xml.

public static IisIsapiCgiRestrictions FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestrictions object

Returns

IisIsapiCgiRestrictions

A CENTREL.XIA.Configuration.Types.IisIsapiCgiRestrictions class from the specified Xml.

ToString()

Returns the ISAPI and CGI restrictions as human readable string.

public override string ToString()

Returns

string

The ISAPI and CGI restrictions as a human readable string.