C# 클래스 Profiles.Profile.Modules.ProfileImage.PhotoHandler

상속: IHttpHandler, System.Web.SessionState.IRequiresSessionState
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
GetCacheKey ( System.Int64 nodeid, int width, int height ) : string
PhotoHandler ( ) : System

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void