C# 클래스 SpeakFriend.FileUpload.UploadManager

상속: IDisposable
파일 보기 프로젝트 열기: teamaton/speak-lib 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeleteFile void
Dispose void
OnDisposed void

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void

Need to call Dispose() explicitely; calling it in the finalizer crashes the Upload in out-of-process session management systems.

HandleFile ( System.Web.HttpPostedFile postedFile ) : UploadedFile
RemoveFile ( System.Guid tempKey ) : void
RemoveFile ( UploadedFile file ) : void
UploadManager ( ) : System

비공개 메소드들

메소드 설명
DeleteFile ( UploadedFile file ) : void
Dispose ( bool disposing ) : void
OnDisposed ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

Need to call Dispose() explicitely; calling it in the finalizer crashes the Upload in out-of-process session management systems.
public Dispose ( ) : void
리턴 void

HandleFile() 공개 메소드

public HandleFile ( System.Web.HttpPostedFile postedFile ) : UploadedFile
postedFile System.Web.HttpPostedFile
리턴 UploadedFile

RemoveFile() 공개 메소드

public RemoveFile ( System.Guid tempKey ) : void
tempKey System.Guid
리턴 void

RemoveFile() 공개 메소드

public RemoveFile ( UploadedFile file ) : void
file UploadedFile
리턴 void

UploadManager() 공개 메소드

public UploadManager ( ) : System
리턴 System