HttpRemotingHandlerFactory Class
Initializes new instances of the HttpRemotingHandler class.
For a list of all members of this type, see HttpRemotingHandlerFactory Members.
System.Object
System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory
[Visual Basic] Public Class HttpRemotingHandlerFactory Implements IHttpHandlerFactory [C#] public class HttpRemotingHandlerFactory : IHttpHandlerFactory [C++] public __gc class HttpRemotingHandlerFactory : public IHttpHandlerFactory [JScript] public class HttpRemotingHandlerFactory implements IHttpHandlerFactory
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
The current class dynamically manufactures new instances of the HttpRemotingHandler class.
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
HttpRemotingHandlerFactory Members | System.Runtime.Remoting.Channels.Http Namespace