C# Class Manos.Http.InMemoryUploadedFile

Inheritance: UploadedFile
Exibir arquivo Open project: Hyperfair/manos

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

InMemoryUploadedFile() public method

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