asp.net.ph

IHttpHandlerFactory Interface

System.Web Namespace


Defines the contract that class factories must implement to create new IHttpHandler objects.

IHttpHandlerFactory Interface Members

Collapse   Methods

Visibility Name Parameters Return Type
public GetHandler ( HttpContext context , String requestType , String url , String pathTranslated ) IHttpHandler
public ReleaseHandler ( IHttpHandler handler ) Void

Classes that Implement IHttpHandlerFactory


Class Description
HttpRemotingHandlerFactory Initializes new instances of the HttpRemotingHandler class.

Remarks

A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new handler objects — that is, new instances of classes that implement the IHttpHandler interface.

Syntax


To call a method:

IHttpHandlerFactory.methodName ( arguments );
  C# VB

To return the value of a method:

Type var = IHttpHandlerFactory.methodName ( arguments );
  C# VB

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph