Class IisSites
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of IIS server sites.
public class IisSites : BypassSection
- Inheritance
-
IisSites
- Inherited Members
Constructors
IisSites()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisSites class.
public IisSites()
Properties
Items
Gets or sets the items in the collection.
public IisSiteCollection Items { get; set; }
Property Value
Methods
FindBindingByIdentifier(Guid)
Returns the binding with the specified unique identifier regardless of the site in which it resides.
public IisSiteBinding FindBindingByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the binding to locate.
Returns
- IisSiteBinding
The binding with the specified unique identifier.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisSites class from the specified Xml.
public static IisSites FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisSites object
Returns
- IisSites
A CENTREL.XIA.Configuration.Types.IisSites class from the specified Xml.
ToString()
Returns the sites as human readable string.
public override string ToString()
Returns
- string
The sites as a human readable string.