Request.PipelineState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of the current request that is executing in the IIS 7 integrated request-processing pipeline.
public:
property Microsoft::Web::Administration::PipelineState PipelineState { Microsoft::Web::Administration::PipelineState get(); };
public Microsoft.Web.Administration.PipelineState PipelineState { get; }
member this.PipelineState : Microsoft.Web.Administration.PipelineState
Public ReadOnly Property PipelineState As PipelineState
Property Value
One of the PipelineState values.