C# 클래스 TeamMentor.CoreLib.FileUpload

상속: IHttpHandler
파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void
saveFile ( HttpContext context, string targetFile ) : bool

비공개 메소드들

메소드 설명
FileUpload ( ) : System

메소드 상세

ProcessRequest() 공개 메소드

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

saveFile() 공개 메소드

public saveFile ( HttpContext context, string targetFile ) : bool
context System.Web.HttpContext
targetFile string
리턴 bool