NeatUpload Documentation

SessionBasedUploadStateStoreProvider Class

Stores and retrieves IUploadState objects in the user's session.

For a list of all members of this type, see SessionBasedUploadStateStoreProvider Members.

System.Object
   Brettle.Web.NeatUpload.UploadStateStoreProvider
      Brettle.Web.NeatUpload.SessionBasedUploadStateStoreProviderBase
         Brettle.Web.NeatUpload.SessionBasedUploadStateStoreProvider

public class SessionBasedUploadStateStoreProvider : SessionBasedUploadStateStoreProviderBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If the application is configured to share session state across a web garden/farm, this provider will ensure that upload state will be shared in the same way. 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.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

SessionBasedUploadStateStoreProvider Members | Brettle.Web.NeatUpload Namespace