WebHeaderCollection Class

Contains a collection of name/value pairs that form the http request and response headers.

Namespace: elsystem.net

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the number of items in the collection.
Public property Item(Idx) enum Gets or sets the HttpRequestHeader value at the specified index.
Public property Item(Idx) enum Gets or sets the HttpResponseHeader at the specified index.
Methods