Table of Contents

Class IisHandlerCollection

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

Represents a collection of IIS handlers.

public class IisHandlerCollection : Collection<IisHandler>, IList<IisHandler>, ICollection<IisHandler>, IList, ICollection, IReadOnlyList<IisHandler>, IReadOnlyCollection<IisHandler>, IEnumerable<IisHandler>, IEnumerable
Inheritance
IisHandlerCollection
Implements
Inherited Members

Constructors

IisHandlerCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisHandlerCollection class.

public IisHandlerCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisHandler with the specified name exists within the collection.

public bool Exists(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.IisHandler to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisHandler with the specified name exists within the collection.

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.IisHandler with the specified name, or null if no CENTREL.XIA.Configuration.Types.IisHandler with the specified name is found.

public IisHandler FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.IisHandler to locate.

Returns

IisHandler

The CENTREL.XIA.Configuration.Types.IisHandler with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()