IHttpRequestTrailersFeature.Trailers 属性

定义

收到的尾随标头。 如果Available返回 false,则会引发InvalidOperationException。 在完全读取请求正文之前,它们可能不可用。 如果没有尾部,则返回空集合。

public:
 property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Trailers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); };
public Microsoft.AspNetCore.Http.IHeaderDictionary Trailers { get; }
member this.Trailers : Microsoft.AspNetCore.Http.IHeaderDictionary
Public ReadOnly Property Trailers As IHeaderDictionary

属性值

适用于