HttpRequestHeaders.Trailer Property

Definition

Gets the value of the Trailer header for an HTTP request.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ Trailer { System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get; }
member this.Trailer : System.Net.Http.Headers.HttpHeaderValueCollection<string>
Public ReadOnly Property Trailer As HttpHeaderValueCollection(Of String)

Property Value

The value of the Trailer header for an HTTP request.

Applies to