C# Class EventServer.Core.HttpHandlers.RsdHandler

RSD (Really Simple Discoverability) Handler http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
Inheritance: IHttpHandler
Afficher le fichier Open project: roundtable/EventServer

Méthodes publiques

Méthode Description
AbsolutePath ( HttpContext context ) : string
ProcessRequest ( HttpContext context ) : void

Method Details

AbsolutePath() public méthode

public AbsolutePath ( HttpContext context ) : string
context System.Web.HttpContext
Résultat string

ProcessRequest() public méthode

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