Share via


StreamResponseBodyFeature.PriorFeature Property

Definition

The prior feature, if any.

public:
 property Microsoft::AspNetCore::Http::Features::IHttpResponseBodyFeature ^ PriorFeature { Microsoft::AspNetCore::Http::Features::IHttpResponseBodyFeature ^ get(); };
public Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature PriorFeature { get; }
public Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature? PriorFeature { get; }
member this.PriorFeature : Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature
Public ReadOnly Property PriorFeature As IHttpResponseBodyFeature

Property Value

Applies to