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!

HttpFileCollection Members

Public:

Properties

All Returns an array of files in the collection.
AllKeys Creates an array of keys in the collection.
Count (inherited from NameObjectCollectionBase) [To be supplied.]
Item Overloaded. [To be supplied.]

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

Methods

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 Overloaded. Returns an individual file from a collection by file name or collection index.
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 Returns key name from collection.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

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.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpFileCollection Class | System.Web Namespace