C# Class ImageManager.FileService

Inheritance: IFileService
Afficher le fichier Open project: cimex/ImageManager Class Usage Examples

Méthodes publiques

Méthode Description
DeleteFile ( string path ) : void
DeleteTempFile ( string path ) : void
FileService ( HttpContext context ) : System
GetFile ( string path ) : Stream
GetTempFile ( string path ) : Stream
SaveFile ( string path, Stream stream ) : void

Method Details

DeleteFile() public méthode

public DeleteFile ( string path ) : void
path string
Résultat void

DeleteTempFile() public méthode

public DeleteTempFile ( string path ) : void
path string
Résultat void

FileService() public méthode

public FileService ( HttpContext context ) : System
context System.Web.HttpContext
Résultat System

GetFile() public méthode

public GetFile ( string path ) : Stream
path string
Résultat Stream

GetTempFile() public méthode

public GetTempFile ( string path ) : Stream
path string
Résultat Stream

SaveFile() public méthode

public SaveFile ( string path, Stream stream ) : void
path string
stream Stream
Résultat void