HttpRequestHeaders.Warning Property

Definition

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

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)

Property Value

The value of the Warning header for an HTTP request.

Applies to