C# Class EventServer.Core.HttpHandlers.FileHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: roundtable/EventServer

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
SetContentType ( HttpContext context, string fileName ) : void

Sets the content type depending on the filename's extension.

Method Details

ProcessRequest() public méthode

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