Request.PipelineState Property

Definition

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.

Applies to