The properties of System.Net.WebHeaderCollection are listed below. For a list of all members, see the WebHeaderCollection Members list.
See Also: Inherited members from System.Collections.Specialized.NameValueCollection
[read-only] override | AllKeys | string[].
![]() Gets all header names (keys) in the collection. |
[read-only] override | Count | int.
![]() Gets the number of headers in the collection. |
default property | Item(HttpRequestHeader) | string. Documentation for this section has not yet been entered. |
default property | Item(HttpResponseHeader) | string. Documentation for this section has not yet been entered. |
[read-only] override | Keys | System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.
![]() Gets the collection of header names (keys) in the collection. |