C# Class HttpPostedFileBaseDerived, code

Inheritance: HttpPostedFileBase
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

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

Method Details

HttpPostedFileBaseDerived() public méthode

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

SaveAs() public méthode

public SaveAs ( string filename ) : void
filename string
Résultat void