Share via


HttpResponseHeaders.Pragma Propiedad

Definición

Obtiene el valor del encabezado Pragma para una respuesta HTTP.

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

Valor de propiedad

Devuelve HttpHeaderValueCollection<T>.

Valor del encabezado Pragma para una respuesta HTTP.

Se aplica a