HeaderCollection Properties

The HeaderCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllKeys
Gets an array of strings containing all header keys in collections
Public propertyCount
Gets a count of headers
Public propertyIsReadOnly
Is collection readonly
Public propertyItemInt32
Gets a value from collection by the index.
Public propertyItemString
Gets a value from collection by the name.
Public propertyKeys
Gets a ReadOnlyCollectionstring containing all header keys in collections
See Also