Headers Property
Collapse the table of content
Expand the table of content

WebRequest.Headers Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Overridable Property Headers As WebHeaderCollection

Property Value

Type: System.Net.WebHeaderCollection
A WebHeaderCollection containing the header name/value pairs associated with this request.

ExceptionCondition
NotImplementedException

Any attempt is made to get or set the property, when the property is not overridden in a descendant class.

The Headers property contains a WebHeaderCollection instance containing the header information to send to the Internet resource.

NoteNote:

The WebRequest class is an abstract class. The actual behavior of a WebRequest instance at run time is determined by the descendant class returned by the WebRequest.Create method. For more information about default values and exceptions, see the documentation for the descendant classes, such as HttpWebRequest.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft