HttpFileCollectionWrapper Class
Encapsulates the HTTP intrinsic object that provides access to files that were uploaded by a client.
Assembly: System.Web.Abstractions (in System.Web.Abstractions.dll)
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class HttpFileCollectionWrapper : public HttpFileCollectionBase
The HttpFileCollectionWrapper class derives from the HttpFileCollectionBase class and serves as a wrapper for the HttpFileCollection class. This class exposes the functionality of the HttpFileCollection class while also exposing the HttpFileCollectionBase type. The HttpFileCollectionBase class enables you to replace the original implementation of the HttpFileCollection class in your application with a custom implementation, such as when you perform unit testing outside the ASP.NET pipeline.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Collections.Specialized::NameObjectCollectionBase
System.Web::HttpFileCollectionBase
System.Web::HttpFileCollectionWrapper
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.