WebHeaderCollection Properties
The WebHeaderCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllKeys |
Gets all header names in the collection.
|
|
Count |
Gets the number of headers in the collection.
|
|
Item[([( HttpRequestHeader])]) |
Gets or sets the specified request header in the collection.
|
|
Item[([( HttpResponseHeader])]) |
Gets or sets the specified response header in the collection.
|
|
Keys |
Gets a collection of header names in the collection.
|