HeaderCollection Properties |
The HeaderCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllKeys |
Gets an array of strings containing all header keys in collections
|
![]() | Count |
Gets a count of headers
|
![]() | IsReadOnly |
Is collection readonly
|
![]() | ItemInt32 |
Gets a value from collection by the index.
|
![]() | ItemString |
Gets a value from collection by the name.
|
![]() | Keys |
Gets a ReadOnlyCollectionstring containing all header keys in collections
|