C# 클래스 AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUploadHttpModule

상속: IHttpModule
파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
UpdateCookie ( string cookie_name, string cookie_value ) : void
context_BeginRequest ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

UpdateCookie() 공개 메소드

public UpdateCookie ( string cookie_name, string cookie_value ) : void
cookie_name string
cookie_value string
리턴 void

context_BeginRequest() 공개 메소드

public context_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void