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 類別的新執行個體。 |