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

Summary description for ClickThroughHandler.
Inheritance: IHttpHandler
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
ClickThroughHandler ( ) : System
ProcessRequest ( HttpContext context ) : void

Method Details

ClickThroughHandler() public méthode

public ClickThroughHandler ( ) : System
Résultat System

ProcessRequest() public méthode

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