HttpRuntime.Close 方法

定义

关闭 HttpRuntime 实例。

public:
 static void Close();
public static void Close ();
static member Close : unit -> unit
Public Shared Sub Close ()

注解

当代码实现自己的托管环境时,提供此方法供使用。 在正常请求处理过程中无需调用此方法。

适用于