SharePointHandlerFactory.ReleaseHandler Method
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.
Namespace: Microsoft.SharePoint.ApplicationRuntime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")> _
Public Sub ReleaseHandler ( _
handler As IHttpHandler _
)
Dim instance As SharePointHandlerFactory
Dim handler As IHttpHandler
instance.ReleaseHandler(handler)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")]
public void ReleaseHandler(
IHttpHandler handler
)
Parameters
- handler
Type: System.Web.IHttpHandler
Implements
IHttpHandlerFactory.ReleaseHandler(IHttpHandler)
Remarks
Obsolete. This class is reserved for internal use and is not intended to be used directly from your code.
See Also
Reference
SharePointHandlerFactory Class