Class IisFastCgiApplications
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configured IIS FastCGI applications.
public class IisFastCgiApplications : BypassSection
- Inheritance
-
IisFastCgiApplications
- Inherited Members
Constructors
IisFastCgiApplications()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisFastCgiApplications class.
public IisFastCgiApplications()
Properties
Items
Gets or sets the items in the collection.
public IisFastCgiApplicationCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisFastCgiApplications class from the specified Xml.
public static IisFastCgiApplications FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisFastCgiApplications object
Returns
- IisFastCgiApplications
A CENTREL.XIA.Configuration.Types.IisFastCgiApplications class from the specified Xml.
ToString()
Returns the FastCGI applications as a human readable string.
public override string ToString()
Returns
- string
The FastCGI applications as a human readable string.