Stores and retrieves IUploadState objects in the ApplicationState so they are not shared across processes
For a list of all members of this type, see InProcUploadStateStoreProvider Members.
System.Object
Brettle.Web.NeatUpload.UploadStateStoreProvider
Brettle.Web.NeatUpload.InProcUploadStateStoreProvider
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The IUploadState objects are stored in the ApplicationState so they are not shared across processes. As a result, this class will not work with web gardens/farms. This class is instantiated by NeatUpload if it is added in the <providers> section of the <neatUpload> section. Application developers should not instantiate it directly.
Namespace: Brettle.Web.NeatUpload
Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)
InProcUploadStateStoreProvider Members | Brettle.Web.NeatUpload Namespace