PackWebRequest::Headers Property
.NET Framework (current version)
Gets or sets the collection of header name/value pairs associated with the request.
Assembly: PresentationCore (in PresentationCore.dll)
public: property WebHeaderCollection^ Headers { virtual WebHeaderCollection^ get() override; virtual void set(WebHeaderCollection^ value) override; }
Package cache requests include a valid but otherwise empty header collection in their requests.
The Headers property is shared with the inner WebRequest (GetInnerRequest).
.NET Framework
Available since 3.0
Available since 3.0
Show: