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

Inheritance: IHttpHandler, System.Web.SessionState.IRequiresSessionState
显示文件 Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
GetCacheKey ( System.Int64 nodeid, int width, int height ) : string
PhotoHandler ( ) : System

Method Details

ProcessRequest() public method

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