Share via


HttpRequestHeaders.Trailer Vlastnost

Definice

Získá hodnotu hlavičky Trailer pro požadavek HTTP.

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)

Hodnota vlastnosti

Hodnota hlavičky Trailer pro požadavek HTTP.

Platí pro