C# Class SharpMap.Web.HttpHandler

HttpHandler class for web applications
Inheritance: System.Web.IHttpHandler
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ProcessRequest ( System context ) : void

Returns the requested image in an http imagestream

Method Details

ProcessRequest() public méthode

Returns the requested image in an http imagestream
public ProcessRequest ( System context ) : void
context System HttpContext
Résultat void