StreamResponseBodyFeature.PriorFeature 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有的話,則為先前的功能。
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