SPHttpHandler Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.DefaultHttpHandler
    Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler

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

Syntax

<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class SPHttpHandler _
    Inherits DefaultHttpHandler

Dim instance As SPHttpHandler
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class SPHttpHandler : DefaultHttpHandler

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

SPHttpHandler Members

Microsoft.SharePoint.ApplicationRuntime Namespace