StreamResponseBodyFeature.PriorFeature 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.
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