Share via


AspNetRequestScopeStorageProvider Class

Defines an ASP.NET request scope storage provider.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.Scope.AspNetRequestScopeStorageProvider

Namespace:  System.Web.WebPages.Scope
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Class AspNetRequestScopeStorageProvider _
    Implements IScopeStorageProvider
'Usage
Dim instance As AspNetRequestScopeStorageProvider
public class AspNetRequestScopeStorageProvider : IScopeStorageProvider
public ref class AspNetRequestScopeStorageProvider : IScopeStorageProvider
type AspNetRequestScopeStorageProvider =  
    class 
        interface IScopeStorageProvider 
    end
public class AspNetRequestScopeStorageProvider implements IScopeStorageProvider

The AspNetRequestScopeStorageProvider type exposes the following members.

Constructors

  Name Description
Public method AspNetRequestScopeStorageProvider Initializes a new instance of the AspNetRequestScopeStorageProvider class.

Top

Properties

  Name Description
Public property ApplicationScope Gets the dictionary to store data in the application scope.
Public property CurrentScope Gets or sets the dictionary to store data in the current scope.
Public property GlobalScope Gets the dictionary to store data in the global scope.
Public property RequestScope Gets the dictionary to store data in the request scope.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages.Scope Namespace