System.Web.Hosting.ISAPIRuntime Members

The members of System.Web.Hosting.ISAPIRuntime are listed below.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Initializes a new instance of the System.Web.Hosting.ISAPIRuntime class.

Public Methods

DoGCCollect()

Forces garbage collection.

override
InitializeLifetimeService() : object

Gives the System.Web.Hosting.ISAPIRuntime object an infinite lifetime by preventing a lease from being created.

ProcessRequest(IntPtr, int) : int

Creates a new System.Web.HttpWorkerRequest object to process the current request.

StartProcessing()

Starts processing all items in the worker process pipeline.

StopProcessing()

Stops processing the items in the worker process pipeline.

Explicitly Implemented Interface Members

System.Web.Hosting.IRegisteredObject.Stop

Requests a registered object to unregister.