Class IisIsapiCgiRestriction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS ISAPI and CGI restriction.
public class IisIsapiCgiRestriction : GlobalSerializableBase, IComparable<IisIsapiCgiRestriction>
- Inheritance
-
IisIsapiCgiRestriction
- Implements
Constructors
IisIsapiCgiRestriction()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction class.
public IisIsapiCgiRestriction()
Properties
Description
Gets or sets the description of the filter.
public string Description { get; set; }
Property Value
IsAllowed
Gets or sets whether the ISAPI or CGI extension is allowed.
public BooleanOption IsAllowed { get; set; }
Property Value
Path
Gets or sets the path to the ISAPI or CGI file.
public string Path { get; set; }
Property Value
Methods
CompareTo(IisIsapiCgiRestriction)
Compares two CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction objects to allow sorting by description.
public int CompareTo(IisIsapiCgiRestriction other)
Parameters
other
IisIsapiCgiRestrictionThe CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.IisIsapiCgiRestriction objects.
ToString()
Returns the ISAPI and CGI restriction as a human readable string.
public override string ToString()
Returns
- string
The ISAPI and CGI restriction as a human readable string.