asp.net.ph

HttpRuntime.Close Method

System.Web Namespace   HttpRuntime Class


Removes all items from the cache and shuts down the common language runtime.

[ VB ]
Public Shared Sub Close ( ) 

[ C# ]
public static void Close ( );

[ C++ ]
public: static void Close ( );

[ JScript ]
public static function Close ( );

Remarks

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 Security:


See Also

HttpRuntime Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note