SharePointHandlerReadOnlySessionState 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.SharePointHandlerReadOnlySessionState

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<ObsoleteAttribute("The SharePointHandlerReadOnlySessionState 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 SharePointHandlerReadOnlySessionState _
    Inherits SharePointHandler _
    Implements IReadOnlySessionState

Dim instance As SharePointHandlerReadOnlySessionState
[ObsoleteAttribute("The SharePointHandlerReadOnlySessionState 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 SharePointHandlerReadOnlySessionState : SharePointHandler, 
    IReadOnlySessionState

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.

See Also

Reference

SharePointHandlerReadOnlySessionState Members

Microsoft.SharePoint.ApplicationRuntime Namespace