C# Class newtelligence.DasBlog.Web.Services.ClickThroughHandler

Summary description for ClickThroughHandler.
Inheritance: IHttpHandler
Show file Open project: AArnott/dasblog

Public Methods

Method Description
ClickThroughHandler ( ) : System
ProcessRequest ( HttpContext context ) : void

Method Details

ClickThroughHandler() public method

public ClickThroughHandler ( ) : System
return System

ProcessRequest() public method

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