IISAPIRuntime Interface

Definition

Defines the methods that are used to create HttpWorkerRequest objects in the .NET Framework.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Derived
Attributes

Methods

DoGCCollect()

This API supports the product infrastructure and is not intended to be used directly from your code.

Forces garbage collection.

ProcessRequest(IntPtr, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new HttpWorkerRequest object to process the current request.

StartProcessing()

This API supports the product infrastructure and is not intended to be used directly from your code.

Starts processing all items in the worker process pipeline.

StopProcessing()

This API supports the product infrastructure and is not intended to be used directly from your code.

Stops processing the items in the worker process pipeline.

Applies to

See also