HttpRuntime.UsingIntegratedPipeline プロパティ

定義

現在のアプリケーションが IIS 7.0 の統合パイプライン モードで実行されているかどうかを示す値を取得します。

public:
 static property bool UsingIntegratedPipeline { bool get(); };
public static bool UsingIntegratedPipeline { get; }
static member UsingIntegratedPipeline : bool
Public Shared ReadOnly Property UsingIntegratedPipeline As Boolean

プロパティ値

アプリケーションが統合パイプライン モードで実行されている場合は true。それ以外の場合は false

注釈

統合パイプライン モードは、IIS 7.0 より前のバージョンの IIS では使用できません。

適用対象