WebHeaderCollection::Add Method
Inserts a new header into the collection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(HttpRequestHeader, String^) | Inserts the specified header with the specified value into the collection. |
![]() | Add(HttpResponseHeader, String^) | Inserts the specified header with the specified value into the collection. |
![]() | Add(NameValueCollection^) | Copies the entries in the specified NameValueCollection to the current NameValueCollection.(Inherited from NameValueCollection.) |
![]() | Add(String^) | Inserts the specified header into the collection. |
![]() | Add(String^, String^) | Inserts a header with the specified name and value into the collection.(Overrides NameValueCollection::Add(String^, String^).) |
