C# Class EventServer.Core.HttpHandlers.FileHandler

Inheritance: IHttpHandler
Mostra file Open project: roundtable/EventServer

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
SetContentType ( HttpContext context, string fileName ) : void

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

Method Details

ProcessRequest() public method

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