Class IisSiteLimits
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS site limits.
public class IisSiteLimits : BypassSection
- Inheritance
-
IisSiteLimits
- Inherited Members
Constructors
IisSiteLimits()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisSiteLimits class.
public IisSiteLimits()
Properties
ConnectionTimeout
Gets or sets the connection timeout in seconds.
public int ConnectionTimeout { get; set; }
Property Value
MaximumBandwidth
Gets or sets the maximum bandwidth allowed in bytes.
public uint MaximumBandwidth { get; set; }
Property Value
MaximumBandwidthString
Gets or sets the maximum bandwidth allowed.
public string MaximumBandwidthString { get; set; }
Property Value
MaximumConnections
Gets or sets the maximum number of concurrent connections allowed.
public uint MaximumConnections { get; set; }
Property Value
MaximumConnectionsString
Gets or sets the maximum number of concurrant connections allowed.
public string MaximumConnectionsString { get; set; }
Property Value
MaximumUrlSegments
Gets or sets the maximum number of URL segments.
public int MaximumUrlSegments { get; set; }
Property Value
Methods
ToString()
Returns the site limits as a human readable string.
public override string ToString()
Returns
- string
The site limits as a human readable string.