C# Class HttpPostedFileBaseDerived, code

Inheritance: HttpPostedFileBase
Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
HttpPostedFileBaseDerived ( int contentLength, string contentType, string fileName, Stream, inputStream )
SaveAs ( string filename ) : void

Method Details

HttpPostedFileBaseDerived() public method

public HttpPostedFileBaseDerived ( int contentLength, string contentType, string fileName, Stream, inputStream )
contentLength int
contentType string
fileName string
inputStream Stream,

SaveAs() public method

public SaveAs ( string filename ) : void
filename string
return void