C# 클래스 Talifun.Commander.Command.BoxNetUploader.Command.ExecuteBoxNetUploaderWorkflowMessageHandlerBase

파일 보기 프로젝트 열기: taliesins/talifun-commander

보호된 메소드들

메소드 설명
CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
ExecuteUpload ( IExecuteBoxNetUploaderWorkflowMessage message, AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials authenticationToken, FileInfo inputFilePath ) : void

비공개 메소드들

메소드 설명
FileOperationProgressChanged ( object sender, AppLimit.CloudComputing.SharpBox.FileDataTransferEventArgs e ) : void
GetBoxNetConfiguration ( ) : AppLimit.CloudComputing.SharpBox.StorageProvider.BoxNet.BoxNetConfiguration

메소드 상세

CheckAuthenticationToken() 보호된 메소드

protected CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
authenticationSettings IAuthenticationSettings
리턴 AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials

ExecuteUpload() 보호된 메소드

protected ExecuteUpload ( IExecuteBoxNetUploaderWorkflowMessage message, AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials authenticationToken, FileInfo inputFilePath ) : void
message IExecuteBoxNetUploaderWorkflowMessage
authenticationToken AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
inputFilePath System.IO.FileInfo
리턴 void