This documentation is archived and is not being maintained.
ScriptResourceHandler Members
Visual Studio 2008
Provides an HTTP handler for processing requests for script files that are embedded as resources in an assembly. This class cannot be inherited.
The ScriptResourceHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
ScriptResourceHandler | Initializes a new instance of the ScriptResourceHandler class. |
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProcessRequest | When overridden in a derived class, processes HTTP Web requests for a script file that is embedded as a resource in an assembly. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IsReusable | When overridden in a derived class, gets a value that indicates whether another request can use the instance of the class. |
| Name | Description | |
|---|---|---|
|
IHttpHandler::IsReusable | Gets a value that indicates whether another request can use the IHttpHandler instance. |
|
IHttpHandler::ProcessRequest | Processes HTTP Web requests for a script file that is embedded as a resource in an assembly. |
Show: