ISAPIRuntime Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | DoGCCollect() | This API supports the product infrastructure and is not intended to be used directly from your code. Forces garbage collection. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | This API supports the product infrastructure and is not intended to be used directly from your code. Gives the ISAPIRuntime object an infinite lifetime by preventing a lease from being created. (Overrides MarshalByRefObject.InitializeLifetimeService().) |
![]() | 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. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IRegisteredObject.Stop(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Requests a registered object to unregister. |


