Share via


HttpRequestHeaders.Warning Propiedad

Definición

Obtiene el valor del encabezado Warning para una solicitud 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)

Valor de propiedad

Valor del encabezado Warning para una solicitud HTTP.

Se aplica a