Click or drag to resize
WebHeaderCollectionAdd Method
Overload List
  NameDescription
Public methodAdd(String)
Inserts the specified header into the collection.
Public methodAdd(HttpRequestHeader, String)
Inserts the specified header with the specified value into the collection.
Public methodAdd(HttpResponseHeader, String)
Inserts the specified header with the specified value into the collection.
Public methodAdd(String, String)
Inserts a header with the specified name and value into the collection.
Top
See Also