Basahin sa Ingles I-edit

Ibahagi sa


ISAPIRuntime Class

Definition

Manages HttpWorkerRequest objects in the .NET Framework. This class cannot be inherited.

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

C#
public sealed class ISAPIRuntime : System.Web.Hosting.IISAPIRuntime
C#
public sealed class ISAPIRuntime : MarshalByRefObject, System.Web.Hosting.IISAPIRuntime, System.Web.Hosting.IRegisteredObject
Inheritance
ISAPIRuntime
Inheritance
ISAPIRuntime
Implements

Constructors

ISAPIRuntime()

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

Initializes a new instance of the ISAPIRuntime class.

Methods

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()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
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)

Explicit Interface Implementations

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.

Applies to

Produkto Mga Bersyon
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also