C# Class Bombsquad.DynamicMedia.Implementations.Results.TransmitFileResult

Inheritance: IResult
Afficher le fichier Open project: bmbsqd/dynamic-media Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Serve ( System.Web.HttpResponseBase response ) : void
Serve ( System.Web.HttpResponseBase response, long offset, long length ) : void
TransmitFileResult ( System.DateTime lastModified, string etag, long contentLength, string fileName ) : System
TransmitFileResult ( FileInfo file, string etag ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Serve() public méthode

public Serve ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
Résultat void

Serve() public méthode

public Serve ( System.Web.HttpResponseBase response, long offset, long length ) : void
response System.Web.HttpResponseBase
offset long
length long
Résultat void

TransmitFileResult() public méthode

public TransmitFileResult ( System.DateTime lastModified, string etag, long contentLength, string fileName ) : System
lastModified System.DateTime
etag string
contentLength long
fileName string
Résultat System

TransmitFileResult() public méthode

public TransmitFileResult ( FileInfo file, string etag ) : System
file System.IO.FileInfo
etag string
Résultat System