SharePointHandlerRequiresSessionState Class
NOTE: This API is now obsolete.
Obsolete. This class is reserved for internal use and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.ApplicationRuntime.SharePointHandler
Microsoft.SharePoint.ApplicationRuntime.SharePointHandlerRequiresSessionState
Namespace: Microsoft.SharePoint.ApplicationRuntime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<ObsoleteAttribute("The SharePointHandlerRequiresSessionState class is no longer supported and will be removed in a future release.")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SharePointHandlerRequiresSessionState _
Inherits SharePointHandler _
Implements IRequiresSessionState
Dim instance As SharePointHandlerRequiresSessionState
[ObsoleteAttribute("The SharePointHandlerRequiresSessionState class is no longer supported and will be removed in a future release.")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SharePointHandlerRequiresSessionState : SharePointHandler,
IRequiresSessionState
Remarks
Obsolete. This class is reserved for internal use and is not intended to be used directly from your code.
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.