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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph