C# Class Profiles.Profile.Modules.ProfileImage.PhotoHandler

Inheritance: IHttpHandler, System.Web.SessionState.IRequiresSessionState
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
GetCacheKey ( System.Int64 nodeid, int width, int height ) : string
PhotoHandler ( ) : System

Method Details

ProcessRequest() public méthode

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