AsperaNodeService
public AsperaNodeService(HttpConnectionInfo connectionInfo, ITransferLog log, int maxRetryAttempts, double timeoutSeconds)
public Task<DeletePathResponseDto> DeleteFileAsync(IEnumerable<string> paths, CancellationToken token)
public Task<DeletePathResponseDto> DeleteFileAsync(DeletePathRequestDto request, CancellationToken token)
public Task<AvailableSpaceResponseDto> GetAvailableSpaceAsync(IEnumerable<string> paths, CancellationToken token)
public Task<BrowseDirectoryResponseDto> GetBrowseDirectoryInfoAsync(BrowseDirectoryRequestDto request, CancellationToken token)
public Task<BrowseDirectoryResponseDto> GetBrowseDirectoryInfoAsync(BrowseDirectoryRequestDto request, CancellationToken token, bool checkError)
public Task<BrowseDirectoryResponseDto> GetDirectoryExistsAsync(string path, CancellationToken token)
public Task<BrowseDirectoryResponseDto> GetFileExistsAsync(string path, string fileName, CancellationToken token)
public Task<FilesInfoResponseDto> GetFilesInfoAsync(FilesInfoRequestDto request, CancellationToken token)