Udostępnij za pośrednictwem


HttpResponseHeaders.Pragma Właściwość

Definicja

Pobiera wartość nagłówka Pragma odpowiedzi 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)

Wartość właściwości

Zwraca wartość HttpHeaderValueCollection<T>.

Wartość nagłówka Pragma odpowiedzi HTTP.

Dotyczy