C# Class System.Web.StaticFileHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
ValidFileName ( string fileName ) : bool

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context HttpContext
Résultat void