ResponseHeaders Methods

The ResponseHeaders type exposes the following members.

Methods
  NameDescription
Public methodAdd(String) (Inherited from WebHeaderCollection.)
Public methodAdd(NameValueCollection) (Inherited from NameValueCollection.)
Public methodAdd(HttpRequestHeader, String) (Inherited from WebHeaderCollection.)
Public methodAdd(HttpResponseHeader, String) (Inherited from WebHeaderCollection.)
Public methodAdd(String, String) (Inherited from WebHeaderCollection.)
Protected methodAddWithoutValidate (Inherited from WebHeaderCollection.)
Protected methodBaseAdd (Inherited from NameObjectCollectionBase.)
Protected methodBaseClear (Inherited from NameObjectCollectionBase.)
Protected methodBaseGet(String) (Inherited from NameObjectCollectionBase.)
Protected methodBaseGet(Int32) (Inherited from NameObjectCollectionBase.)
Protected methodBaseGetAllKeys (Inherited from NameObjectCollectionBase.)
Protected methodBaseGetAllValues (Inherited from NameObjectCollectionBase.)
Protected methodBaseGetAllValues(Type) (Inherited from NameObjectCollectionBase.)
Protected methodBaseGetKey (Inherited from NameObjectCollectionBase.)
Protected methodBaseHasKeys (Inherited from NameObjectCollectionBase.)
Protected methodBaseRemove (Inherited from NameObjectCollectionBase.)
Protected methodBaseRemoveAt (Inherited from NameObjectCollectionBase.)
Protected methodBaseSet(String, Object) (Inherited from NameObjectCollectionBase.)
Protected methodBaseSet(Int32, Object) (Inherited from NameObjectCollectionBase.)
Public methodClear (Inherited from WebHeaderCollection.)
Public methodCopyTo (Inherited from NameValueCollection.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(String) (Inherited from WebHeaderCollection.)
Public methodGet(Int32) (Inherited from WebHeaderCollection.)
Public methodGetEnumerator (Inherited from WebHeaderCollection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKey (Inherited from WebHeaderCollection.)
Public methodGetObjectData (Inherited from WebHeaderCollection.)
Public methodGetType (Inherited from Object.)
Public methodGetValues(String) (Inherited from WebHeaderCollection.)
Public methodGetValues(Int32) (Inherited from WebHeaderCollection.)
Public methodHasKeys (Inherited from NameValueCollection.)
Protected methodInvalidateCachedArrays (Inherited from NameValueCollection.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from WebHeaderCollection.)
Public methodRemove(HttpRequestHeader) (Inherited from WebHeaderCollection.)
Public methodRemove(HttpResponseHeader) (Inherited from WebHeaderCollection.)
Public methodRemove(String) (Inherited from WebHeaderCollection.)
Public methodSet(HttpRequestHeader, String) (Inherited from WebHeaderCollection.)
Public methodSet(HttpResponseHeader, String) (Inherited from WebHeaderCollection.)
Public methodSet(String, String) (Inherited from WebHeaderCollection.)
Public methodToByteArray (Inherited from WebHeaderCollection.)
Public methodToString (Inherited from WebHeaderCollection.)
See Also