Class IisHttpResponseHeaderCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of IIS response headers.
public class IisHttpResponseHeaderCollection : Collection<IisHttpResponseHeader>, IList<IisHttpResponseHeader>, ICollection<IisHttpResponseHeader>, IList, ICollection, IReadOnlyList<IisHttpResponseHeader>, IReadOnlyCollection<IisHttpResponseHeader>, IEnumerable<IisHttpResponseHeader>, IEnumerable
- Inheritance
-
IisHttpResponseHeaderCollection
- Implements
- Inherited Members
Constructors
IisHttpResponseHeaderCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisHttpResponseHeaderCollection class.
public IisHttpResponseHeaderCollection()
Methods
Exists(string)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisHttpResponseHeader with the specified name exists within the collection.
public bool Exists(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisHttpResponseHeader to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisHttpResponseHeader with the specified name exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.IisHttpResponseHeader with the specified name, or null if no CENTREL.XIA.Configuration.Types.IisHttpResponseHeader with that specified name is found.
public IisHttpResponseHeader FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisHttpResponseHeader to locate.
Returns
- IisHttpResponseHeader
The CENTREL.XIA.Configuration.Types.IisHttpResponseHeader with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()