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

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

Syntax

<ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SharePointHandlerFactory _
    Implements IHttpHandlerFactory

Dim instance As SharePointHandlerFactory
[ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SharePointHandlerFactory : IHttpHandlerFactory

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

SharePointHandlerFactory Members

Microsoft.SharePoint.ApplicationRuntime Namespace