Méthode | Description | |
---|---|---|
FileStream ( System.Web.HttpPostedFileBase postedFile ) : System | ||
FileStream ( string fileName, string contentType, int contentLength, Stream inputStream ) : System | ||
IDisposable ( ) : void |
Disposes the associated Stream.
|
public FileStream ( System.Web.HttpPostedFileBase postedFile ) : System | ||
postedFile | System.Web.HttpPostedFileBase | |
Résultat | System |
public FileStream ( string fileName, string contentType, int contentLength, Stream inputStream ) : System | ||
fileName | string | |
contentType | string | |
contentLength | int | |
inputStream | Stream | |
Résultat | System |