C# Class CameraCar.Controllers.PhotoController

Inheritance: Controller
Show file Open project: codejp/code2015-cameracar

Public Methods

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

Private Methods

Method Description
Take ( ) : System.Web.Mvc.ActionResult

Method Details

GetPhotoPreviewBuff() public static method

public static GetPhotoPreviewBuff ( System.Web.HttpServerUtilityBase server ) : byte[]
server System.Web.HttpServerUtilityBase
return byte[]

Preview() public method

public Preview ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

StartTakingPhotoPreviewWorkerIfNotStarted() public static method

public static StartTakingPhotoPreviewWorkerIfNotStarted ( System.Web.HttpServerUtilityBase server ) : void
server System.Web.HttpServerUtilityBase
return void

TakingPhotoPreviewWorker() public static method

public static TakingPhotoPreviewWorker ( object param ) : void
param object
return void