The members of System.Net.WebHeaderCollection are listed below.
See Also: Inherited members from System.Collections.Specialized.NameValueCollection
![]() Initializes a new instance of the System.Net.WebHeaderCollection class. |
![]() Initializes a new instance of the System.Net.WebHeaderCollection class from the specified instances of the System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext classes. |
[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. |
Add(string)
| ||
Add(HttpRequestHeader, string)
| ||
Add(HttpResponseHeader, string)
| ||
override | Add(string, string)
| |
override | Clear()
| |
override | Get(int)
| |
override | Get(string)
| |
override | GetEnumerator()
| |
override | GetKey(int)
| |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| |
override | GetValues(int)
| |
override | GetValues(string)
| |
static | IsRestricted(string)
| |
static | IsRestricted(string, bool)
| |
override | OnDeserialization(object)
| |
Remove(HttpRequestHeader)
| ||
Remove(HttpResponseHeader)
| ||
override | Remove(string)
| |
Set(HttpRequestHeader, string)
| ||
Set(HttpResponseHeader, string)
| ||
override | Set(string, string)
| |
ToByteArray()
| ||
override | ToString()
|
AddWithoutValidate(string, string)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
![]() Serializes this instance into the specified System.Runtime.Serialization.SerializationInfo object. |