Class IisHttpResponseHeader
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft IIS HTTP response header.
public class IisHttpResponseHeader : IisConfigurationElement, IComparable<IisHttpResponseHeader>
- Inheritance
-
IisHttpResponseHeader
- Implements
- Inherited Members
Constructors
IisHttpResponseHeader()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisHttpResponseHeader class.
public IisHttpResponseHeader()
Properties
Name
Gets or sets the name of the HTTP response header.
public string Name { get; set; }
Property Value
Value
Gets or sets the value of the HTTP response header.
public string Value { get; set; }
Property Value
Methods
CompareTo(IisHttpResponseHeader)
Compares two CENTREL.XIA.Configuration.Types.IisHttpResponseHeader objects to allow sorting by name.
public int CompareTo(IisHttpResponseHeader other)
Parameters
other
IisHttpResponseHeaderThe CENTREL.XIA.Configuration.Types.IisHttpResponseHeader to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.IisHttpResponseHeader objects.
ToString()
Returns the HTTP response header as a human readable string.
public override string ToString()
Returns
- string
The HTTP response header as a human readable string.