C# Class Talifun.Commander.Command.BoxNetUploader.Command.ExecuteBoxNetUploaderWorkflowMessageHandlerBase

Mostra file Open project: taliesins/talifun-commander

Protected Methods

Method Description
CheckAuthenticationToken ( IAuthenticationSettings authenticationSettings ) : AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials
ExecuteUpload ( IExecuteBoxNetUploaderWorkflowMessage message, AppLimit.CloudComputing.SharpBox.StorageProvider.GenericNetworkCredentials authenticationToken, FileInfo inputFilePath ) : void

Private Methods

Method Description
FileOperationProgressChanged ( object sender, AppLimit.CloudComputing.SharpBox.FileDataTransferEventArgs e ) : void
GetBoxNetConfiguration ( ) : AppLimit.CloudComputing.SharpBox.StorageProvider.BoxNet.BoxNetConfiguration

Method Details

CheckAuthenticationToken() protected method

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

ExecuteUpload() protected method

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
return void