C# Class Manos.Http.UploadedFile

Exibir arquivo Open project: Hyperfair/manos Class Usage Examples

Public Methods

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

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

UploadedFile() public method

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