NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebHeaders Methods

The methods of the WebHeaders class are listed below. For a complete list of WebHeaders class members, see the WebHeaders Members topic.

Public:

Add Overloaded. Adds a new header.
Clear (inherited from NameValueCollection) [To be supplied.]
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
Get (inherited from NameValueCollection) Overloaded. [To be supplied.]
GetEnumerator (inherited from NameObjectCollectionBase) [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetKey (inherited from NameValueCollection) [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
GetValues (inherited from NameValueCollection) Overloaded. [To be supplied.]
HasKeys (inherited from NameValueCollection) [To be supplied.]
Remove Removes the specified header.
Set Sets the specified header to the specified value.
ToString (inherited from NameValueCollection) [To be supplied.]

Protected:

BaseAdd (inherited from NameObjectCollectionBase) [To be supplied.]
BaseClear (inherited from NameObjectCollectionBase) [To be supplied.]
BaseGet (inherited from NameObjectCollectionBase) Overloaded. [To be supplied.]
BaseGetAllKeys (inherited from NameObjectCollectionBase) [To be supplied.]
BaseGetAllValues (inherited from NameObjectCollectionBase) Overloaded. [To be supplied.]
BaseGetKey (inherited from NameObjectCollectionBase) [To be supplied.]
BaseHasKeys (inherited from NameObjectCollectionBase) [To be supplied.]
BaseRemove (inherited from NameObjectCollectionBase) Overloaded. [To be supplied.]
BaseSet (inherited from NameObjectCollectionBase) Overloaded. [To be supplied.]
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
InvalidateCachedArrays (inherited from NameValueCollection) [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

WebHeaders Class | System.Net Namespace