HttpRuntime.Close Method ()

 

Shuts down the HttpRuntime instance.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)>
Public Shared Sub Close

This method is provided for use when your code implements its own hosting environment. There is no need to call this method in the course of normal request processing.

.NET Framework
Available since 1.1
Return to top
Show: