Sdílet prostřednictvím


HttpRequestHeaders.Warning Vlastnost

Definice

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

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

Hodnota vlastnosti

Hodnota hlavičky Warning pro požadavek HTTP.

Platí pro