C# Class CameraCar.Controllers.PhotoController

Inheritance: Controller
Afficher le fichier Open project: codejp/code2015-cameracar

Méthodes publiques

Méthode Description
GetPhotoPreviewBuff ( System.Web.HttpServerUtilityBase server ) : byte[]
Preview ( ) : System.Web.Mvc.ActionResult
StartTakingPhotoPreviewWorkerIfNotStarted ( System.Web.HttpServerUtilityBase server ) : void
TakingPhotoPreviewWorker ( object param ) : void

Private Methods

Méthode Description
Take ( ) : System.Web.Mvc.ActionResult

Method Details

GetPhotoPreviewBuff() public static méthode

public static GetPhotoPreviewBuff ( System.Web.HttpServerUtilityBase server ) : byte[]
server System.Web.HttpServerUtilityBase
Résultat byte[]

Preview() public méthode

public Preview ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

StartTakingPhotoPreviewWorkerIfNotStarted() public static méthode

public static StartTakingPhotoPreviewWorkerIfNotStarted ( System.Web.HttpServerUtilityBase server ) : void
server System.Web.HttpServerUtilityBase
Résultat void

TakingPhotoPreviewWorker() public static méthode

public static TakingPhotoPreviewWorker ( object param ) : void
param object
Résultat void