C# Class MyHandler, code

Summary description for MyHandler
Inheritance: IHttpHandler
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Create ( object parent, object configContext, XmlNode, section ) : object
ProcessRequest ( System.Web.HttpContext context ) : void

Method Details

Create() public méthode

public Create ( object parent, object configContext, XmlNode, section ) : object
parent object
configContext object
section XmlNode,
Résultat object

ProcessRequest() public méthode

public ProcessRequest ( System.Web.HttpContext context ) : void
context System.Web.HttpContext
Résultat void