Click or drag to resize

WebHeaderCollection Properties

The WebHeaderCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllKeys
Gets all header names in the collection.
(Overrides NameValueCollectionAllKeys.)
Public propertyCount
Gets the number of headers in the collection.
(Overrides NameObjectCollectionBaseCount.)
Public propertyItemHttpRequestHeader
Gets or sets the specified request header in the collection.
Public propertyItemHttpResponseHeader
Gets or sets the specified response header in the collection.
Public propertyKeys
Gets a collection of header names in the collection.
(Overrides NameObjectCollectionBaseKeys.)
Top
See Also