|
| Name | Description |
|---|
.gif) | Add(NameValueCollection) | Copies the entries in the specified NameValueCollection to the current NameValueCollection. (Inherited from NameValueCollection.) |
.gif) | Add(String) | Inserts the specified header into the collection. |
.gif) | Add(HttpRequestHeader, String) | Inserts the specified header with the specified value into the collection. |
.gif) | Add(HttpResponseHeader, String) | Inserts the specified header with the specified value into the collection. |
.gif) | Add(String, String) | Inserts a header with the specified name and value into the collection. (Overrides NameValueCollection..::.Add(String, String).) |
.gif) | AddWithoutValidate | Inserts a header into the collection without checking whether the header is on the restricted header list. |
.gif) | BaseAdd | Adds an entry with the specified key and value into the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseClear | Removes all entries from the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGet(Int32) | Gets the value of the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGet(String) | Gets the value of the first entry with the specified key from the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGetAllKeys | Returns a String array that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGetAllValues()()() | Returns an Object array that contains all the values in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGetAllValues(Type) | Returns an array of the specified type that contains all the values in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseGetKey | Gets the key of the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseHasKeys | Gets a value indicating whether the NameObjectCollectionBase instance contains entries whose keys are not nullNothingnullptra null reference (Nothing in Visual Basic). (Inherited from NameObjectCollectionBase.) |
.gif) | BaseRemove | Removes the entries with the specified key from the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseRemoveAt | Removes the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseSet(Int32, Object) | Sets the value of the entry at the specified index of the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | BaseSet(String, Object) | Sets the value of the first entry with the specified key in the NameObjectCollectionBase instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
.gif) | Clear | Removes all headers from the collection. (Overrides NameValueCollection..::.Clear()()().) |
.gif) | CopyTo | Copies the entire NameValueCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from NameValueCollection.) |
.gif) .gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | Get(Int32) | Get the value of a particular header in the collection, specified by an index into the collection. (Overrides NameValueCollection..::.Get(Int32).) |
.gif) | Get(String) | Get the value of a particular header in the collection, specified by the name of the header. (Overrides NameValueCollection..::.Get(String).) |
.gif) | GetEnumerator | Returns an enumerator that can iterate through the WebHeaderCollection instance. (Overrides NameObjectCollectionBase..::.GetEnumerator()()().) |
.gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetKey | Get the header name at the specified position in the collection. (Overrides NameValueCollection..::.GetKey(Int32).) |
.gif) | GetObjectData | Infrastructure. Populates a SerializationInfo with the data needed to serialize the target object. (Overrides NameObjectCollectionBase..::.GetObjectData(SerializationInfo, StreamingContext).) |
.gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | GetValues(Int32) | Gets an array of header values stored in the index position of the header collection. (Overrides NameValueCollection..::.GetValues(Int32).) |
.gif) | GetValues(String) | Gets an array of header values stored in a header. (Overrides NameValueCollection..::.GetValues(String).) |
.gif) | HasKeys | Gets a value indicating whether the NameValueCollection contains keys that are not nullNothingnullptra null reference (Nothing in Visual Basic). (Inherited from NameValueCollection.) |
.gif) | InvalidateCachedArrays | Resets the cached arrays of the collection to nullNothingnullptra null reference (Nothing in Visual Basic). (Inherited from NameValueCollection.) |
.gif) .gif) | IsRestricted(String) | Tests whether the specified HTTP header can be set for the request. |
.gif) .gif) | IsRestricted(String, Boolean) | Tests whether the specified HTTP header can be set for the request or the response. |
.gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Overrides NameObjectCollectionBase..::.OnDeserialization(Object).) |
.gif) | Remove(HttpRequestHeader) | Removes the specified header from the collection. |
.gif) | Remove(HttpResponseHeader) | Removes the specified header from the collection. |
.gif) | Remove(String) | Removes the specified header from the collection. (Overrides NameValueCollection..::.Remove(String).) |
.gif) | Set(HttpRequestHeader, String) | Sets the specified header to the specified value. |
.gif) | Set(HttpResponseHeader, String) | Sets the specified header to the specified value. |
.gif) | Set(String, String) | Sets the specified header to the specified value. (Overrides NameValueCollection..::.Set(String, String).) |
.gif) | ToByteArray | Infrastructure. Converts the WebHeaderCollection to a byte array.. |
.gif) | ToString | Infrastructure. This method is obsolete. (Overrides Object..::.ToString()()().) |