C# 클래스 DigipostClientLibWebapp.Controllers.SendController

상속: Controller
파일 보기 프로젝트 열기: digipost/digipost-client-lib-webapp-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
SendController ( IDigipostService digipostService ) : System.IO

비공개 메소드들

메소드 설명
GetFileContent ( byte &fileContent, System.Web.HttpPostedFileBase httpPostedFileBase ) : void
GetMimeType ( string &fileType, System.Web.HttpPostedFileBase httpPostedFileBase ) : void
GetSendModelFromSession ( ) : SendModel
Index ( SendModel sendModel ) : System.Web.Mvc.ActionResult
IsFileSelected ( ) : bool
IsValidFileContent ( byte &fileContent, string &fileType ) : bool
Send ( SendModel sendModel ) : Task

메소드 상세

SendController() 공개 메소드

public SendController ( IDigipostService digipostService ) : System.IO
digipostService IDigipostService
리턴 System.IO