C# 클래스 SenseNet.Portal.Virtualization.StaticVirtualizedFileHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateLockFile void
DeleteLockFile void
GetLockFileName string
IsLockFileExists bool
ProcessRequestUsingFilesystemCache void
ProcessRequestUsingVirtualFile void
ReadVirtualFile byte[]

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateLockFile ( string fullyQualyfiedPath ) : void
DeleteLockFile ( string fullyQualyfiedPath ) : void
GetLockFileName ( string fullyQualyfiedPath ) : string
IsLockFileExists ( string fullyQualyfiedPath ) : bool
ProcessRequestUsingFilesystemCache ( HttpContext context, string repositoryPath, string fullyQualyfiedPath ) : void
ProcessRequestUsingVirtualFile ( HttpContext context, string repositoryPath ) : void
ReadVirtualFile ( string repositoryPath ) : byte[]

메소드 상세

ProcessRequest() 공개 메소드

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