HttpRemotingHandler Class
Implements an ASP.NET handler that forwards requests to the remoting HTTP channel.
For a list of all members of this type, see HttpRemotingHandler Members.
System.Object
System.Runtime.Remoting.Channels.Http.HttpRemotingHandler
[Visual Basic] Public Class HttpRemotingHandler Implements IHttpHandler [C#] public class HttpRemotingHandler : IHttpHandler [C++] public __gc class HttpRemotingHandler : public IHttpHandler [JScript] public class HttpRemotingHandler implements IHttpHandler
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.
Requirements
Namespace: System.Runtime.Remoting.Channels.Http
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
HttpRemotingHandler Members | System.Runtime.Remoting.Channels.Http Namespace