HttpRemotingHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements an ASP.NET handler that forwards requests to the remoting HTTP channel.
public ref class HttpRemotingHandler : System::Web::IHttpHandler
public class HttpRemotingHandler : System.Web.IHttpHandler
type HttpRemotingHandler = class
interface IHttpHandler
Public Class HttpRemotingHandler
Implements IHttpHandler
- Inheritance
-
HttpRemotingHandler
- Implements
Remarks
Custom HTTP handlers process specific, predefined types of HTTP requests. Executable code defined in the IHttpHandler classes, rather than conventional ASP or ASP.NET Web pages, responds to these specific requests. HTTP handlers provide a way of interacting with the low-level request and response services of the IIS Web server, and provide functionality similar to ISAPI extensions but with a simpler programming model.
Constructors
HttpRemotingHandler() |
Initializes a new instance of the HttpRemotingHandler class with default values. |
HttpRemotingHandler(Type, Object) |
Initializes a new instance of the HttpRemotingHandler class with default values. |
Properties
IsReusable |
Gets a Boolean value that indicates whether another request can use the HttpRemotingHandler. |
Methods
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) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessRequest(HttpContext) |
Enables processing of HTTP Web requests by the current instance. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |