This documentation is archived and is not being maintained.
HttpFileCollectionWrapper Properties
Visual Studio 2010
The HttpFileCollectionWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllKeys | Gets an array that contains the keys (names) of all posted file objects in the collection. (Overrides HttpFileCollectionBase::AllKeys.) |
|
Count | Gets the number of objects in the collection. (Overrides HttpFileCollectionBase::Count.) |
|
IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
|
IsSynchronized | Gets a value that indicates whether access to the collection is thread-safe. (Overrides HttpFileCollectionBase::IsSynchronized.) |
|
Item[Int32] | Gets the posted file object at the specified index. (Overrides HttpFileCollectionBase::Item[Int32].) |
|
Item[String] | Gets the posted file object that has the specified name from the collection. (Overrides HttpFileCollectionBase::Item[String].) |
|
Keys | Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the HttpApplicationStateWrapper instance. (Overrides NameObjectCollectionBase::Keys.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Overrides HttpFileCollectionBase::SyncRoot.) |
| Name | Description | |
|---|---|---|
|
ICollection::IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.) |
|
ICollection::SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.) |
Show: