C# Class Manos.Http.TempFileUploadedFile

Inheritance: UploadedFile
Exibir arquivo Open project: Hyperfair/manos

Public Methods

Method Description
Dispose ( ) : void
Finish ( ) : void
TempFileUploadedFile ( string name, string temp_file, string fileRef, long length ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

TempFileUploadedFile() public method

public TempFileUploadedFile ( string name, string temp_file, string fileRef, long length ) : System
name string
temp_file string
fileRef string
length long
return System