NeatUpload Documentation

SessionBasedUploadStateStoreProviderBase Class

Base class for UploadStateProviders that store upload state in the session.

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

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

public abstract class SessionBasedUploadStateStoreProviderBase : UploadStateStoreProvider

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

Subclasses are responsible for ensuring that the current HttpContext has a Session object before calling the methods of this base class. See SessionBasedUploadStateStoreProvider for an example. Subclasses are 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

SessionBasedUploadStateStoreProviderBase Members | Brettle.Web.NeatUpload Namespace