HttpFileCollectionBase Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AllKeys | When overridden in a derived class, gets an array that contains the keys (names) of all posted file objects in the collection. |
![]() | Count | When overridden in a derived class, gets the number of posted file objects in the collection.(Overrides NameObjectCollectionBase::Count.) |
![]() | IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.(Inherited from NameObjectCollectionBase.) |
![]() | IsSynchronized | When overridden in a derived class, gets a value that indicates whether access to the collection is thread-safe. |
![]() | Item[Int32] | When overridden in a derived class, gets the posted file object at the specified index. |
![]() | Item[String^] | When overridden in a derived class, gets the posted file object that has the specified name from the collection. |
![]() | Keys | Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.(Inherited from NameObjectCollectionBase.) |
![]() | SyncRoot | When overridden in a derived class, gets an object that can be used to synchronize access to the collection. |
| 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.) |



