C# 클래스 Tridion.Extensions.DynamicDelivery.Mvc.Handlers.BinaryHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: rainmaker2k/TridionMVCDotNet

공개 메소드들

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

비공개 메소드들

메소드 설명
ConvertUrl ( string url, HttpContext context ) : string
FillResponse ( HttpResponse response, IBinary binary ) : void
GetContentType ( string urlPath ) : string
LockFile ( string p ) : object
RemoveFromDB ( IBinary binary ) : void
WriteToDb ( IBinary binary ) : void

메소드 상세

ProcessRequest() 공개 메소드

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