C# 클래스 Serenity.Web.UploadProcessor

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
ProcessStream ( Stream fileContent, string extension ) : bool
UploadProcessor ( ) : System

비공개 메소드들

메소드 설명
IsDangerousExtension ( string extension ) : bool
IsImageExtension ( string extension ) : bool
ProcessImageStream ( Stream fileContent, string extension ) : bool

메소드 상세

ProcessStream() 공개 메소드

public ProcessStream ( Stream fileContent, string extension ) : bool
fileContent Stream
extension string
리턴 bool

UploadProcessor() 공개 메소드

public UploadProcessor ( ) : System
리턴 System