Table of Contents

Class IisSiteBindings

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

Represents a collection of IIS site bindings.

public class IisSiteBindings : BaseTypeSection
Inheritance
IisSiteBindings

Constructors

IisSiteBindings()

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

public IisSiteBindings()

Properties

Items

Gets or sets the items in the collection.

public IisSiteBindingCollection Items { get; set; }

Property Value

IisSiteBindingCollection

Methods

FromXml(string)

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

public static IisSiteBindings FromXml(string xml)

Parameters

xml string

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

Returns

IisSiteBindings

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

ToString()

Returns the site bindings as human readable string.

public override string ToString()

Returns

string

The site bindings as a human readable string.