WebHeaderCollection Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The WebHeaderCollection type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AllKeys Gets the collection of header name/value pairs associated with the request.
Public propertySupported by Silverlight for Windows Phone Count Gets the number of headers in the collection.
Public propertySupported by Silverlight for Windows Phone Item[HttpRequestHeader] Gets or sets the specified request header.
Public propertySupported by Silverlight for Windows Phone Item[String] Gets or sets the specified request header.

Top