HttpRequestHeaders.Pragma Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the Pragma
header for an HTTP request.
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)
Property Value
The value of the Pragma
header for an HTTP request.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.