Click or drag to resize

Headers Properties

Version 85.3.121

The Headers type exposes the following members.

Properties
  NameDescription
Public propertyAllKeys
Gets all the keys in the NameValueCollection.
(Inherited from NameValueCollection.)
Public propertyCount
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Protected propertyIsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
(Inherited from NameObjectCollectionBase.)
Public propertyItemString
Gets or sets the entry with the specified key in the NameValueCollection.
(Inherited from NameValueCollection.)
Public propertyItemInt32
Gets the entry at the specified index of the NameValueCollection.
(Inherited from NameValueCollection.)
Public propertyKeys
Gets a NameObjectCollectionBaseKeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Top
See Also