HeaderCollection

HeaderCollection class

Defines the collection of header fields

The HeaderCollection type exposes the following members:

Constructors

NameDescription
HeaderCollection(col)Initializes a new instance of the HeaderCollection class
HeaderCollection()Initializes a new instance of the HeaderCollection class.

Properties

NameDescription
all_keysGets an array of strings containing all header keys in collections
keysGets a

Indexer

NameDescription
[index]Gets a value from collection by the index.

Methods

NameDescription
get(index)
get(name)
add(c)
add(name, value)
get_key(index)
get_decoded_value(name)
get_values(name)
add_(name, value)
insert(name, value)
set(name, value)
has_keys()

See Also