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 Members

Public:

Constructor

WebHeaders Constructor Initializes a new instance of the WebHeaders class.

Properties

All (inherited from NameValueCollection) [To be supplied.]
AllKeys (inherited from NameValueCollection) [To be supplied.]
Count (inherited from NameObjectCollectionBase) [To be supplied.]
Item (inherited from NameValueCollection) Overloaded. [To be supplied.]

In C#, this member is the indexer for the WebHeaders class.

Methods

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:

Properties

ReadOnly (inherited from NameObjectCollectionBase) [To be supplied.]

Methods

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