IISAPIRuntime 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于在 .NET Framework 中创建 HttpWorkerRequest 对象的方法。
此 API 支持产品基础结构,不能在代码中直接使用。
public interface class IISAPIRuntime
[System.Runtime.InteropServices.Guid("08a2c56f-7c16-41c1-a8be-432917a1a2d1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IISAPIRuntime
[<System.Runtime.InteropServices.Guid("08a2c56f-7c16-41c1-a8be-432917a1a2d1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IISAPIRuntime = interface
Public Interface IISAPIRuntime
- 派生
- 属性
方法
DoGCCollect() |
此 API 支持产品基础结构,不能在代码中直接使用。 强制进行垃圾回收。 |
ProcessRequest(IntPtr, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 创建新的 HttpWorkerRequest 对象来处理当前的请求。 |
StartProcessing() |
此 API 支持产品基础结构,不能在代码中直接使用。 开始处理辅助进程管线中的所有项。 |
StopProcessing() |
此 API 支持产品基础结构,不能在代码中直接使用。 停止处理辅助进程管线中的项。 |