C# 클래스 SobekCM.UploadiFiveFileHandler

Handler for the uploading files uploaded with UploadiFive
상속: IHttpHandler, IReadOnlySessionState
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

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

Process this request

메소드 상세

ProcessRequest() 공개 메소드

Process this request
public ProcessRequest ( HttpContext Context ) : void
Context System.Web.HttpContext
리턴 void