WebHeaderCollection Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The WebHeaderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllKeys | Gets the collection of header name/value pairs associated with the request. |
|
Count | Gets the number of headers in the collection. |
|
Item[HttpRequestHeader] | Gets or sets the specified request header. |
|
Item[String] | Gets or sets the specified request header. |
Show: