System.Web.Hosting.ISAPIRuntime: Method Members

The methods of System.Web.Hosting.ISAPIRuntime are listed below. For a list of all members, see the ISAPIRuntime Members list.

See Also: Inherited members from System.MarshalByRefObject

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.