IHttpRequestTrailersFeature.Trailers 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 trailing headers received. This will throw InvalidOperationException if Available returns false. They may not be available until the request body is fully read. If there are no trailers this will return an empty collection.
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