Click or drag to resize

WebHeaderCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(String)
Adds the specified header to the collection.
Public methodAdd(HttpRequestHeader, String)
Adds the specified request header with the specified value to the collection.
Public methodAdd(HttpResponseHeader, String)
Adds the specified response header with the specified value to the collection.
Public methodAdd(String, String)
Adds a header with the specified name and value to the collection.
(Overrides NameValueCollectionAdd(String, String).)
Top
See Also