Table of Contents

Class IisHandlers

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

Represents the IIS handlers.

public class IisHandlers : BypassSection
Inheritance
IisHandlers
Inherited Members

Constructors

IisHandlers()

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

public IisHandlers()

Properties

AccessPolicies

Gets or sets the access policies.

public SerializableStringCollection AccessPolicies { get; set; }

Property Value

SerializableStringCollection

Items

Gets or sets the items in the collection.

public IisHandlerCollection Items { get; set; }

Property Value

IisHandlerCollection

Methods

FromXml(string)

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

public static IisHandlers FromXml(string xml)

Parameters

xml string

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

Returns

IisHandlers

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

ToString()

Returns the handlers as human readable string.

public override string ToString()

Returns

string

The handlers as a human readable string.