HttpRuntimeSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置 ASP.NET HTTP 运行时。 此类不能被继承。
public ref class HttpRuntimeSection sealed : System::Configuration::ConfigurationSection
public sealed class HttpRuntimeSection : System.Configuration.ConfigurationSection
type HttpRuntimeSection = class
inherit ConfigurationSection
Public NotInheritable Class HttpRuntimeSection
Inherits ConfigurationSection
- 继承
注解
HttpRuntimeSection允许处理影响 ASP.NET 运行时行为的那些参数。
它指配置文件中的节点,该节点由 <httpRuntime> 元素指示,可在配置层次结构中的任何级别使用。
本节 HttpRuntimeSection 包含用于管理以下内容的指令:
请求执行超时。
应用程序级别的线程计划指令。
控制应用程序队列限制的指令。
请求长度。
在单个进程中运行多个应用程序时,应锁定此部分,以便应用程序无法将其相对优先级提升到另一个应用程序。
构造函数
| 名称 | 说明 |
|---|---|
| HttpRuntimeSection() |
使用默认设置初始化类的新实例 HttpRuntimeSection 。 |