C# Class MyHandler, code

Summary description for MyHandler
Inheritance: IHttpHandler
Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Methods

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

Method Details

Create() public method

public Create ( object parent, object configContext, XmlNode, section ) : object
parent object
configContext object
section XmlNode,
return object

ProcessRequest() public method

public ProcessRequest ( System.Web.HttpContext context ) : void
context System.Web.HttpContext
return void