IHttpRequestTrailersFeature.Trailers Property

Definition

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

Property Value

Applies to